updated selection styling
This commit is contained in:
@@ -29,13 +29,17 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Autocomplete_Completion:focus {
|
.mx_Autocomplete_Completion.selected * {
|
||||||
|
transition: 0.3s all ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_Autocomplete_Completion.selected {
|
||||||
background: #76cfa6;
|
background: #76cfa6;
|
||||||
color: white;
|
color: white;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Autocomplete_Completion:focus * {
|
.mx_Autocomplete_Completion.selected * {
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user