mirror of
https://github.com/discourse/discourse.git
synced 2025-06-23 21:21:32 +08:00
make autocomplete use highlight color for selecting
This commit is contained in:
@ -20,10 +20,10 @@
|
||||
font-size: 11px;
|
||||
}
|
||||
&.selected {
|
||||
background-color: scale-color-diff();
|
||||
background-color: lighten($highlight, 23%);
|
||||
}
|
||||
@include hover {
|
||||
background-color: scale-color-diff();
|
||||
background-color: lighten($highlight, 23%);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user