Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Prefix user-select for other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
atotic committed Nov 11, 2014
1 parent f33fbae commit 477bca2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paper-icon-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
padding: 8px;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
z-index: 0;
Expand Down

0 comments on commit 477bca2

Please sign in to comment.