]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix custom select caret issue on IE (#28112)
authorShohei Yoshida <fellows3@gmail.com>
Fri, 25 Jan 2019 20:09:21 +0000 (05:09 +0900)
committerMartijn Cuppens <martijn.cuppens@gmail.com>
Fri, 25 Jan 2019 20:09:21 +0000 (21:09 +0100)
scss/_custom-forms.scss

index 018889b4a01cd3299acdf7e2aafd452975f61ba1..ee473629eb6c69b0a471a26b00ab8abf829b41ae 100644 (file)
 
   // Hides the default caret in IE11
   &::-ms-expand {
-    opacity: 0;
+    display: none;
   }
 }