Skip to content

Commit cb597d7

Browse files
author
Adam Bradley
committed
fix(select): hide .item-select arrow in WP8
1 parent 65749a4 commit cb597d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: scss/_select.scss

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
direction: rtl; // right align the select text
3131
}
3232

33+
select::-ms-expand {
34+
// hide default dropdown arrow in IE
35+
display: none;
36+
}
37+
3338
option {
3439
direction: ltr;
3540
}

0 commit comments

Comments
 (0)