mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-19 04:31:10 +02:00
updated selection styling
This commit is contained in:
parent
510bb5785e
commit
dc840fdf48
@ -29,13 +29,17 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.mx_Autocomplete_Completion:focus {
|
||||
.mx_Autocomplete_Completion.selected * {
|
||||
transition: 0.3s all ease;
|
||||
}
|
||||
|
||||
.mx_Autocomplete_Completion.selected {
|
||||
background: #76cfa6;
|
||||
color: white;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.mx_Autocomplete_Completion:focus * {
|
||||
.mx_Autocomplete_Completion.selected * {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user