From e65dccfc95c04aba3de66d9880ad1e6852b659f2 Mon Sep 17 00:00:00 2001
From: Shohei Yoshida <fellows3@gmail.com>
Date: Sat, 26 Jan 2019 05:09:21 +0900
Subject: [PATCH] Fix custom select caret issue on IE (#28112)

---
 scss/_custom-forms.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
   }
 }
 
-- 
GitLab