mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #2463 from awesomerobot/master
changing the tracking dropdown highlight for consistency
This commit is contained in:
commit
823e32462d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user