Commit e65dccfc authored by Shohei Yoshida's avatar Shohei Yoshida Committed by Martijn Cuppens
Browse files

Fix custom select caret issue on IE (#28112)

parent 0f8f8432
1 merge request!28721Hot test
Showing with 1 addition and 1 deletion
+1 -1
......@@ -260,7 +260,7 @@
// Hides the default caret in IE11
&::-ms-expand {
opacity: 0;
display: none;
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment