Fix custom select caret issue on IE (#28112)

This commit is contained in:
Shohei Yoshida 2019-01-26 05:09:21 +09:00 committed by Martijn Cuppens
parent 0f8f84329b
commit e65dccfc95
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@
// Hides the default caret in IE11
&::-ms-expand {
opacity: 0;
display: none;
}
}