Skip to content
Snippets Groups Projects
Verified Commit ad80db97 authored by Filipa Lacerda's avatar Filipa Lacerda Committed by Annabel Dunstone Gray
Browse files

Remove not selector increasing specificity of rules

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