fix(select): hide .item-select arrow in WP8

This commit is contained in:
Adam Bradley
2014-05-13 13:30:21 -05:00
parent 65749a40bb
commit cb597d76be

View File

@@ -30,6 +30,11 @@
direction: rtl; // right align the select text
}
select::-ms-expand {
// hide default dropdown arrow in IE
display: none;
}
option {
direction: ltr;
}