mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Extract autocomplete styling to CSS
This commit is contained in:
parent
9a7f5388d9
commit
554c33a883
@ -67,3 +67,13 @@
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* styling for common completion elements */
|
||||||
|
.mx_Autocomplete_Completion_subtitle {
|
||||||
|
font-style: italic;
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_Autocomplete_Completion_description {
|
||||||
|
color: gray;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user