Skip to content

Commit e65dccf

Browse files
ysdsMartijnCuppens
authored andcommitted
Fix custom select caret issue on IE (#28112)
1 parent 0f8f843 commit e65dccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_custom-forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260

261261
// Hides the default caret in IE11
262262
&::-ms-expand {
263-
opacity: 0;
263+
display: none;
264264
}
265265
}
266266

0 commit comments

Comments
 (0)