Skip to content

Commit

Permalink
fix(md-select): add select caret fix for iPhone, #400
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Nov 2, 2016
1 parent 750d240 commit 66ebfeb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/colors/md-colors.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,14 @@
color: ${mdAccentColor};
}

.select-wrapper input.select-dropdown {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

/* side-nav */
.side-nav .collapsible-body li.active, .side-nav.fixed .collapsible-body li.active {
background-color: ${mdPrimaryColor};
Expand Down

0 comments on commit 66ebfeb

Please sign in to comment.