From 3afd8b718908c4ae189b17ea96cc6a3bdf75b0c4 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Fri, 25 Nov 2022 16:53:31 +0100 Subject: [PATCH] Adjust color, size and padding for one item selector MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Unfortunately `!important` is necessary... 😭 😭 😭 --- app/webpacker/css/admin/v2/plugins/select2.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/webpacker/css/admin/v2/plugins/select2.scss b/app/webpacker/css/admin/v2/plugins/select2.scss index c30f0d8ec3..cccb867df0 100644 --- a/app/webpacker/css/admin/v2/plugins/select2.scss +++ b/app/webpacker/css/admin/v2/plugins/select2.scss @@ -4,6 +4,11 @@ .select2-choice { background-color: transparent; border: 1px solid $v2-light-grey !important; + color: $v2-medium-grey !important; + padding-left: 5px; + font-size: 13px; + padding-top: 3px; + .select2-arrow { color: $v2-medium-grey; }