UX: Tag combo box styles should match tags on topics

This commit is contained in:
Kris 2019-12-11 14:49:39 -05:00
parent 09d9baa6d7
commit 9c41b66996
1 changed files with 7 additions and 0 deletions

View File

@ -115,6 +115,13 @@
&.tag-drop, &.tag-drop,
&.group-dropdown { &.group-dropdown {
min-width: auto; min-width: auto;
}
&.tag-drop {
color: $primary-high;
}
&.group-dropdown {
.select-kit-row { .select-kit-row {
font-weight: bold; font-weight: bold;
} }