Skip to content

Commit e68496b

Browse files
committed
Add IE9 hacks for custom select
1 parent 9529d28 commit e68496b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/_forms.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,10 @@ input::-webkit-inner-spin-button {
518518
-webkit-appearance: none;
519519
-moz-appearance: none;
520520
appearance: none;
521+
522+
// IE9 hacks to hide the background-image and reduce padding
523+
padding-right: 8px \9;
524+
background-image: none \9;
521525

522526
&:focus {
523527
outline: none;

0 commit comments

Comments
 (0)