mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-24 14:13:06 +02: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
|
// Hides the default caret in IE11
|
||||||
&::-ms-expand {
|
&::-ms-expand {
|
||||||
opacity: 0;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user