mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Fix custom select caret issue on IE (#28112)
This commit is contained in:
committed by
Martijn Cuppens
parent
0f8f84329b
commit
e65dccfc95
@@ -260,7 +260,7 @@
|
||||
|
||||
// Hides the default caret in IE11
|
||||
&::-ms-expand {
|
||||
opacity: 0;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user