Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f8a75d53
Commit
f8a75d53
authored
Oct 20, 2021
by
Ezekiel Kigbo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'psi-fix-focus' into 'master'
Fix focus mode on boards See merge request gitlab-org/gitlab!72382
parents
7494af11
9abc4ce6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/stylesheets/page_bundles/boards.scss
app/assets/stylesheets/page_bundles/boards.scss
+1
-1
app/views/shared/boards/_show.html.haml
app/views/shared/boards/_show.html.haml
+1
-1
qa/qa/page/component/issue_board/show.rb
qa/qa/page/component/issue_board/show.rb
+1
-1
No files found.
app/assets/stylesheets/page_bundles/boards.scss
View file @
f8a75d53
...
...
@@ -430,7 +430,7 @@
height
:
$input-height
;
}
.issue-boards-content
{
.issue-boards-content
:not
(
.breadcrumbs
)
{
isolation
:
isolate
;
}
...
...
app/views/shared/boards/_show.html.haml
View file @
f8a75d53
...
...
@@ -2,7 +2,7 @@
-
@no_breadcrumb_container
=
true
-
@no_container
=
true
-
@content_wrapper_class
=
"
#{
@content_wrapper_class
}
gl-relative"
-
@content_class
=
"js-focus-mode-board"
-
@content_class
=
"
issue-boards-content
js-focus-mode-board"
-
is_epic_board
=
board
.
to_type
==
"EpicBoard"
-
if
is_epic_board
-
breadcrumb_title
_
(
"Epic Boards"
)
...
...
qa/qa/page/component/issue_board/show.rb
View file @
f8a75d53
...
...
@@ -48,7 +48,7 @@ module QA
# with the attribute `data-qa-selector` since such element is not unique when the
# `is-focused` class is not set, and it was not possible to find a better solution.
def
focused_board
find
(
'.js-focus-mode-board.is-focused'
)
find
(
'.
issue-boards-content.
js-focus-mode-board.is-focused'
)
end
def
boards_dropdown
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment