updated selection styling
This commit is contained in:
parent
510bb5785e
commit
dc840fdf48
1 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue