Commit fe11c5fd authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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
...@@ -749,7 +749,7 @@ ...@@ -749,7 +749,7 @@
margin-bottom: $dropdown-vertical-offset; margin-bottom: $dropdown-vertical-offset;
} }
li:not(.dropdown-bold-header) { li {
display: block; display: block;
padding: 0 1px; padding: 0 1px;
......
...@@ -161,9 +161,10 @@ ...@@ -161,9 +161,10 @@
} }
} }
.dropdown-bold-header { li.dropdown-bold-header {
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
font-size: 12px; font-size: 12px;
padding: 0 16px;
} }
.navbar-collapse { .navbar-collapse {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment