From f7c648e3af5943f5579c33656a3e438f693f21a9 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 14 Aug 2019 22:57:13 -0400 Subject: [PATCH] update color variable --- .../stylesheets/common/select-kit/dropdown-select-box.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/assets/stylesheets/common/select-kit/dropdown-select-box.scss b/app/assets/stylesheets/common/select-kit/dropdown-select-box.scss index 53c37d640c1..d257494c442 100644 --- a/app/assets/stylesheets/common/select-kit/dropdown-select-box.scss +++ b/app/assets/stylesheets/common/select-kit/dropdown-select-box.scss @@ -91,10 +91,7 @@ width: 100%; //IE11 font-size: $font-down-1; font-weight: normal; - color: dark-light-choose( - scale-color($primary, $lightness: 50%), - scale-color($secondary, $lightness: 40%) - ); + color: $primary-medium; white-space: normal; } }