diff --git a/app/assets/stylesheets/common/select-kit/combo-box.scss b/app/assets/stylesheets/common/select-kit/combo-box.scss index 2894b4782a1..f6434d2874a 100644 --- a/app/assets/stylesheets/common/select-kit/combo-box.scss +++ b/app/assets/stylesheets/common/select-kit/combo-box.scss @@ -115,6 +115,13 @@ &.tag-drop, &.group-dropdown { min-width: auto; + } + + &.tag-drop { + color: $primary-high; + } + + &.group-dropdown { .select-kit-row { font-weight: bold; }