From 408ce1312b06405541106d2c25c309b0eda7c659 Mon Sep 17 00:00:00 2001 From: Chapoi <101828855+Chapoi@users.noreply.github.com> Date: Tue, 5 Jul 2022 05:47:29 +0300 Subject: [PATCH] UX: remove hardcoded colour value (#17323) --- app/assets/stylesheets/common/select-kit/category-chooser.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/common/select-kit/category-chooser.scss b/app/assets/stylesheets/common/select-kit/category-chooser.scss index d0c876682ca..2e0f418e097 100644 --- a/app/assets/stylesheets/common/select-kit/category-chooser.scss +++ b/app/assets/stylesheets/common/select-kit/category-chooser.scss @@ -41,7 +41,6 @@ -webkit-box-flex: 0; -ms-flex: 1 1 auto; flex: 1 1 auto; - color: #919191; font-size: $font-down-1; line-height: $line-height-large; }