File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,10 @@ select {
182
182
183
183
}
184
184
185
+ select ::-ms-expand {
186
+ display : none;
187
+ }
188
+
185
189
select [multiple ] {
186
190
height : auto;
187
191
min-height : var (--fh-input-height );
@@ -270,4 +274,4 @@ input[type="submit"]:focus,
270
274
input [type = "reset" ]: focus {
271
275
background-color : var (--fh-button-hover-bg-color );
272
276
color : var (--fh-button-hover-font-color );
273
- }
277
+ }
Original file line number Diff line number Diff line change @@ -176,6 +176,8 @@ select
176
176
-ms-appearance : none
177
177
-o-appearance : none
178
178
179
+ ::-ms-expand
180
+ display : none
179
181
180
182
select [multiple]
181
183
height : auto
@@ -261,7 +263,7 @@ button:focus
261
263
border-color : $fh-focus-border-color
262
264
263
265
input [type="checkbox"]:focus ,
264
- input [type="radio"]:focus
266
+ input [type="radio"]:focus
265
267
outline : $fh-focus-border-color solid 2px
266
268
267
269
button :hover ,
@@ -271,6 +273,6 @@ input[type="reset"]:hover,
271
273
button :focus ,
272
274
input [type="button"]:focus ,
273
275
input [type="submit"]:focus ,
274
- input [type="reset"]:focus
276
+ input [type="reset"]:focus
275
277
background-color : $fh-button-hover-bg-color
276
278
color : $fh-button-hover-font-color
Original file line number Diff line number Diff line change @@ -184,6 +184,9 @@ select {
184
184
-moz-appearance : none ;
185
185
-ms-appearance : none ;
186
186
-o-appearance : none ;
187
+ & ::-ms-expand {
188
+ display : none ;
189
+ }
187
190
}
188
191
}
189
192
@@ -286,4 +289,4 @@ input[type="submit"]:focus,
286
289
input [type = " reset" ]:focus {
287
290
background-color : $fh-button-hover-bg-color ;
288
291
color : $fh-button-hover-font-color ;
289
- }
292
+ }
You can’t perform that action at this time.
0 commit comments