mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04: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…
Reference in New Issue
Block a user