We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 365ec57 + 1973843 commit 54d2b34Copy full SHA for 54d2b34
3 files changed
dist/css/select2.css
@@ -113,14 +113,14 @@
113
filter: alpha(opacity=0); }
114
115
.select2-hidden-accessible {
116
- border: 0;
117
- clip: rect(0 0 0 0);
118
- height: 1px;
119
- margin: -1px;
120
- overflow: hidden;
121
- padding: 0;
122
- position: absolute;
123
- 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; }
124
125
.select2-container--default .select2-selection--single {
126
background-color: #fff;
0 commit comments