From 324c6551d36e5f5d96eca55e83289362c2f99e97 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 25 Aug 2015 11:33:57 -0400 Subject: [PATCH] FIX: Both rules are important --- app/assets/stylesheets/vendor/select2.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/vendor/select2.scss b/app/assets/stylesheets/vendor/select2.scss index 828c7185173..87080ec2f8f 100644 --- a/app/assets/stylesheets/vendor/select2.scss +++ b/app/assets/stylesheets/vendor/select2.scss @@ -596,7 +596,7 @@ html[dir="rtl"] .select2-search-choice-close { .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b { - background: asset-url('select2x2.png') no-repeat !important; + background: asset-url('select2x2.png') !important no-repeat !important; background-size: 60px 40px !important; }