0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-21 18:54:30 +01:00

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

View File

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