Extract autocomplete styling to CSS

pull/1978/head
Aviral Dasgupta 2016-08-23 00:36:01 +05:30
parent 9a7f5388d9
commit 554c33a883
1 changed files with 10 additions and 0 deletions

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;
}