mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Use a distinct color for selected autocomplete items
This restores the ability to see which autocomplete item is selected (which seems to have gotten lost during redesign). Fixes https://github.com/vector-im/riot-web/issues/9134
This commit is contained in:
parent
a5c1d6733f
commit
a719839d9f
@ -71,7 +71,7 @@
|
||||
|
||||
.mx_Autocomplete_Completion.selected,
|
||||
.mx_Autocomplete_Completion:hover {
|
||||
background: $menu-bg-color;
|
||||
background: $selected-color;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user