Commit ad80db97 authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Annabel Dunstone Gray

Remove not selector increasing specificity of rules

parent 9ac5338b
......@@ -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