From 35f9c420fde9330bb1b8c7a68e24b5b452118570 Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Sat, 14 Sep 2024 18:04:52 +0500 Subject: [PATCH] 12852: remove unnecessary !important --- app/webpacker/css/admin_v3/components/select2.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/webpacker/css/admin_v3/components/select2.scss b/app/webpacker/css/admin_v3/components/select2.scss index 4ee94f6d9d..bb4a23a5f2 100644 --- a/app/webpacker/css/admin_v3/components/select2.scss +++ b/app/webpacker/css/admin_v3/components/select2.scss @@ -230,8 +230,7 @@ label .select2-container { justify-content: center; .select2-search-choice-close { - background-image: none !important; - font-size: 85% !important; + font-size: 85%; @extend .icon-remove; @extend [class^="icon-"], :before; margin-left: 2px;