From 9c41b66996118f162b0ce6b42c5f014eb8a19e21 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 11 Dec 2019 14:49:39 -0500 Subject: [PATCH] UX: Tag combo box styles should match tags on topics --- app/assets/stylesheets/common/select-kit/combo-box.scss | 7 +++++++ 1 file changed, 7 insertions(+) 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; }