UX: Temporarily revert autocomplete highlight change (#19554)
This affects custom themes too much, reverting for now while we work on a more robust solution.
This commit is contained in:
parent
c15b4212b6
commit
e90c2cabfc
|
@ -425,7 +425,7 @@ html.composer-open {
|
|||
}
|
||||
|
||||
&.selected {
|
||||
background-color: var(--highlight);
|
||||
background-color: var(--tertiary-low);
|
||||
|
||||
.username,
|
||||
.name,
|
||||
|
|
Loading…
Reference in New Issue