mirror of https://github.com/vector-im/riot-web
Merge pull request #2778 from jryans/autocomplete-highlight
Use a distinct color for selected autocomplete itemspull/21833/head
commit
c0bb9c8c9c
|
@ -71,7 +71,7 @@
|
|||
|
||||
.mx_Autocomplete_Completion.selected,
|
||||
.mx_Autocomplete_Completion:hover {
|
||||
background: $menu-bg-color;
|
||||
background: $selected-color;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue