Extract autocomplete styling to CSS

This commit is contained in:
Aviral Dasgupta 2016-08-23 00:36:01 +05:30
parent 9a7f5388d9
commit 554c33a883

View File

@ -67,3 +67,13 @@
font-weight: 400;
opacity: 0.4;
}
/* styling for common completion elements */
.mx_Autocomplete_Completion_subtitle {
font-style: italic;
flex: 1;
}
.mx_Autocomplete_Completion_description {
color: gray;
}