Quellcode durchsuchen

Merge pull request #3301 from fk/master

Add `!important` to `.select2-hidden-accessible`.
Kevin Brown vor 10 Jahren
Ursprung
Commit
197384342b
3 geänderte Dateien mit 16 neuen und 16 gelöschten Zeilen
  1. 8 8
      dist/css/select2.css
  2. 0 0
      dist/css/select2.min.css
  3. 8 8
      src/scss/core.scss

+ 8 - 8
dist/css/select2.css

@@ -113,14 +113,14 @@
   filter: alpha(opacity=0); }
 
 .select2-hidden-accessible {
-  border: 0;
-  clip: rect(0 0 0 0);
-  height: 1px;
-  margin: -1px;
-  overflow: hidden;
-  padding: 0;
-  position: absolute;
-  width: 1px; }
+  border: 0 !important;
+  clip: rect(0 0 0 0) !important;
+  height: 1px !important;
+  margin: -1px !important;
+  overflow: hidden !important;
+  padding: 0 !important;
+  position: absolute !important;
+  width: 1px !important; }
 
 .select2-container--default .select2-selection--single {
   background-color: #fff;

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/css/select2.min.css


+ 8 - 8
src/scss/core.scss

@@ -34,14 +34,14 @@
 }
 
 .select2-hidden-accessible {
-  border: 0;
-  clip: rect(0 0 0 0);
-  height: 1px;
-  margin: -1px;
-  overflow: hidden;
-  padding: 0;
-  position: absolute;
-  width: 1px;
+  border: 0 !important;
+  clip: rect(0 0 0 0) !important;
+  height: 1px !important;
+  margin: -1px !important;
+  overflow: hidden !important;
+  padding: 0 !important;
+  position: absolute !important;
+  width: 1px !important;
 }
 
 @import "theme/default/layout";

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.