Skip to content
Snippets Groups Projects
Commit fe11c5fd authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Merge branch 'fix-dropdown' into 'master'

Remove not selector increasing specificity of rules

Closes #38958

See merge request gitlab-org/gitlab-ce!14789
parents b90a9cff ad80db97
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -749,7 +749,7 @@
margin-bottom: $dropdown-vertical-offset;
}
 
li:not(.dropdown-bold-header) {
li {
display: block;
padding: 0 1px;
 
Loading
Loading
Loading
Loading
@@ -161,9 +161,10 @@
}
}
 
.dropdown-bold-header {
li.dropdown-bold-header {
color: $gl-text-color-secondary;
font-size: 12px;
padding: 0 16px;
}
 
.navbar-collapse {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment