We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc27a5b commit fffba0dCopy full SHA for fffba0d
1 file changed
select2.css
@@ -443,7 +443,7 @@ disabled look for disabled choices in the results dropdown
443
}
444
445
.select2-container.select2-container-disabled .select2-choice abbr {
446
- display: none
+ display: none;
447
448
449
@@ -602,8 +602,8 @@ disabled look for disabled choices in the results dropdown
602
background-color: #f4f4f4;
603
604
605
-.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
606
- display: none;
+.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;
+ background:none;
607
608
/* end multiselect */
609
0 commit comments