mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-29 00:00:33 -04:00
make autocomplete use highlight color for selecting
This commit is contained in:
parent
d1f22f1b76
commit
ae46e439b8
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue