소스 검색

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 */