File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
src/skins/vector/css/matrix-react-sdk/views/rooms Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 7
7
background : rgba (255 , 255 , 255 , 0.9 );
8
8
border-bottom : none;
9
9
border-radius : 4px 4px 0 0 ;
10
+ max-height : 50vh ;
11
+ overflow : auto
10
12
}
11
13
12
14
.mx_Autocomplete_ProviderSection {
15
17
}
16
18
17
19
.mx_Autocomplete_ProviderSection * {
18
- padding : 4 px ;
20
+ padding : 2 px ;
19
21
border-radius : 4px ;
20
22
}
21
23
24
+ .mx_Autocomplete_Completion {
25
+ user-select : none;
26
+ cursor : pointer;
27
+ transition : 0.3s all ease;
28
+ display : flex;
29
+ align-items : center;
30
+ }
31
+
32
+ .mx_Autocomplete_Completion : focus {
33
+ background : # 76cfa6 ;
34
+ color : white;
35
+ outline : none;
36
+ }
37
+
38
+ .mx_Autocomplete_Completion : focus * {
39
+ color : white !important ;
40
+ }
41
+
22
42
.mx_Autocomplete_provider_name {
23
43
color : # 76cfa6 ;
44
+ font-weight : 600 ;
24
45
}
25
46
26
47
.autocomplete-enter {
You can’t perform that action at this time.
0 commit comments