mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 07:20:23 +00:00
Fix custom select caret issue on IE (#28112)
This commit is contained in:
parent
0f8f84329b
commit
e65dccfc95
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@
|
|||
|
||||
// Hides the default caret in IE11
|
||||
&::-ms-expand {
|
||||
opacity: 0;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue