changing the tracking dropdown highlight for consistency

This commit is contained in:
Kris Aubuchon 2014-06-23 11:04:54 -04:00
parent fc12091a93
commit 32202e432a

View file

@ -863,9 +863,9 @@ blockquote { /* solo quotes */
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
color: $secondary;
color: $tertiary;
text-decoration: none;
background-color: scale-color($tertiary, $lightness: 50%);
background-color: scale-color($tertiary, $lightness: 90%);
}
.dropdown-menu .disabled > a,