We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510bb57 commit dc840fdCopy full SHA for dc840fd
src/skins/vector/css/matrix-react-sdk/views/rooms/Autocomplete.css
@@ -29,13 +29,17 @@
29
align-items: center;
30
}
31
32
-.mx_Autocomplete_Completion:focus {
+.mx_Autocomplete_Completion.selected * {
33
+ transition: 0.3s all ease;
34
+}
35
+
36
+.mx_Autocomplete_Completion.selected {
37
background: #76cfa6;
38
color: white;
39
outline: none;
40
41
-.mx_Autocomplete_Completion:focus * {
42
43
color: white !important;
44
45
0 commit comments