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

Commit

Permalink
add vendor prefix user-select
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Nov 12, 2014
1 parent 8cf22ec commit a389f01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paper-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
text-transform: uppercase;
outline: none;
border-radius: 3px;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: pointer;
Expand Down

0 comments on commit a389f01

Please sign in to comment.