Merge pull request #2778 from jryans/autocomplete-highlight
Use a distinct color for selected autocomplete items
This commit is contained in:
commit
c0bb9c8c9c
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
|
|
||||||
.mx_Autocomplete_Completion.selected,
|
.mx_Autocomplete_Completion.selected,
|
||||||
.mx_Autocomplete_Completion:hover {
|
.mx_Autocomplete_Completion:hover {
|
||||||
background: $menu-bg-color;
|
background: $selected-color;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue