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

Commit

Permalink
Merge pull request #17 from atotic/patch-1
Browse files Browse the repository at this point in the history
prefix user-select for FF & IE
  • Loading branch information
Yvonne Yip committed Nov 11, 2014
2 parents f33fbae + 477bca2 commit 65e2ed1
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 65e2ed1

Please sign in to comment.