Skip to content

Commit

Permalink
fix(select): hide .item-select arrow in WP8
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed May 13, 2014
1 parent 65749a4 commit cb597d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scss/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit cb597d7

Please sign in to comment.