Remove not selector increasing specificity of rules

This commit is contained in:
Filipa Lacerda 2017-10-10 12:57:56 +01:00 committed by Annabel Dunstone Gray
parent 9ac5338b8e
commit ad80db9799
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
2 changed files with 3 additions and 2 deletions

View File

@ -749,7 +749,7 @@
margin-bottom: $dropdown-vertical-offset;
}
li:not(.dropdown-bold-header) {
li {
display: block;
padding: 0 1px;

View File

@ -161,9 +161,10 @@
}
}
.dropdown-bold-header {
li.dropdown-bold-header {
color: $gl-text-color-secondary;
font-size: 12px;
padding: 0 16px;
}
.navbar-collapse {