Skip to content

Commit 18cf430

Browse files
committed
Merge pull request #144 from primer/select_ie9
Add IE9 hacks for custom select
2 parents 9529d28 + e68496b commit 18cf430

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)