Merge pull request #2463 from awesomerobot/master

changing the tracking dropdown highlight for consistency
This commit is contained in:
Robin Ward 2014-06-23 11:27:46 -04:00
commit 823e32462d

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,