mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
changing the tracking dropdown highlight for consistency
This commit is contained in:
parent
fc12091a93
commit
32202e432a
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue