BigW Consortium Gitlab

Commit 37d0178b by Annabel Dunstone Gray Committed by Lin Jen-Shin

Merge branch 'fix-dropdown' into 'master'

Remove not selector increasing specificity of rules Closes #38958 See merge request gitlab-org/gitlab-ce!14789
parent 577539ea
......@@ -749,7 +749,7 @@
margin-bottom: $dropdown-vertical-offset;
}
li:not(.dropdown-bold-header) {
li {
display: block;
padding: 0 1px;
......
......@@ -161,9 +161,10 @@
}
}
.dropdown-bold-header {
li.dropdown-bold-header {
color: $gl-text-color-secondary;
font-size: 12px;
padding: 0 16px;
}
.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