From: Shohei Yoshida Date: Fri, 25 Jan 2019 20:09:21 +0000 (+0900) Subject: Fix custom select caret issue on IE (#28112) X-Git-Tag: v4.3.0~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e65dccfc95c04aba3de66d9880ad1e6852b659f2;p=thirdparty%2Fbootstrap.git Fix custom select caret issue on IE (#28112) --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 018889b4a0..ee473629eb 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -260,7 +260,7 @@ // Hides the default caret in IE11 &::-ms-expand { - opacity: 0; + display: none; } }