Skip to content

Commit

Permalink
Fix custom select caret issue on IE (twbs#28112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysds authored and MartijnCuppens committed Jan 25, 2019
1 parent 0f8f843 commit e65dccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_custom-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@

// Hides the default caret in IE11
&::-ms-expand {
opacity: 0;
display: none;
}
}

Expand Down

0 comments on commit e65dccf

Please sign in to comment.