Skip to content

Commit

Permalink
Remove form field selct icon in IE 11 (#109)
Browse files Browse the repository at this point in the history
Merge pull request #109 from Voog/108_select_icons
  • Loading branch information
SSirjes authored Jul 17, 2018
2 parents e4c8ed4 + 3d4556a commit e8ba83d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions sources/stylesheets/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
cursor: pointer;
-moz-appearance: none;

&::-ms-expand {
display: none;
}

.no-svg & {
background-image: url('../images/ico-arrow-down.png');
}
Expand Down
3 changes: 3 additions & 0 deletions stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2078,6 +2078,9 @@ body.search-open {
cursor: pointer;
-moz-appearance: none;
}
.content-formatted .form_field_select::-ms-expand {
display: none;
}
.no-svg .content-formatted .form_field_select {
background-image: url("../images/ico-arrow-down.png");
}
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/main.min.css

Large diffs are not rendered by default.

0 comments on commit e8ba83d

Please sign in to comment.