Skip to content

Commit fffba0d

Browse files
committed
fixes select2#1110
1 parent dc27a5b commit fffba0d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

select2.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ disabled look for disabled choices in the results dropdown
443443
}
444444

445445
.select2-container.select2-container-disabled .select2-choice abbr {
446-
display: none
446+
display: none;
447447
}
448448

449449

@@ -602,8 +602,8 @@ disabled look for disabled choices in the results dropdown
602602
background-color: #f4f4f4;
603603
}
604604

605-
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
606-
display: none;
605+
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;
606+
background:none;
607607
}
608608
/* end multiselect */
609609

0 commit comments

Comments
 (0)