Преглед на файлове

hide the x when the single select is disabled. fixes #401

Igor Vaynberg преди 12 години
родител
ревизия
7ee6446bc5
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      select2.css

+ 4 - 0
select2.css

@@ -359,6 +359,10 @@ disabled look for already selected choices in the results dropdown
     border-left: 0;
 }
 
+.select2-container.select2-container-disabled .select2-choice abbr {
+    display: none
+}
+
 
 /* multiselect */