Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
navigation
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
navigation
Merge requests
!230
3438046-second level menu marked as active and expanded when level three item is active.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
3438046-second level menu marked as active and expanded when level three item is active.
issue/navigation-3438046:1.x
into
1.x
Overview
0
Commits
1
Pipelines
1
Changes
3
Closed
Abhishek Chauhan
requested to merge
issue/navigation-3438046:1.x
into
1.x
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
3
Expand
Second level menu marked as active.
Second level menu will be expanded if level three menu is active.
0
0
Merge request reports
Compare
1.x
1.x (base)
and
latest version
latest version
1e1c8b89
1 commit,
1 year ago
3 files
+
30
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
css/components/toolbar-button.css
+
5
−
0
Options
@@ -71,6 +71,11 @@
@@ -71,6 +71,11 @@
background-color
:
var
(
--admin-toolbar-color-gray-050
);
background-color
:
var
(
--admin-toolbar-color-gray-050
);
}
}
.toolbar-menu__item--level-1
:has
(
.is-active
)
.toolbar-button
{
color
:
var
(
--admin-toolbar-color-gray-950
);
background-color
:
var
(
--admin-toolbar-color-gray-050
);
}
.toolbar-button--large
{
.toolbar-button--large
{
padding
:
var
(
--admin-toolbar-space-8
)
var
(
--admin-toolbar-space-16
);
padding
:
var
(
--admin-toolbar-space-8
)
var
(
--admin-toolbar-space-16
);
font-size
:
var
(
--admin-toolbar-font-size-l
);
font-size
:
var
(
--admin-toolbar-font-size-l
);
Loading