mirror of https://github.com/twbs/bootstrap.git
Fix custom select caret issue on IE (#28112)
This commit is contained in:
parent
0f8f84329b
commit
e65dccfc95
|
@ -260,7 +260,7 @@
|
|||
|
||||
// Hides the default caret in IE11
|
||||
&::-ms-expand {
|
||||
opacity: 0;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue