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 60a9bcf commit 9175c61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paper-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
min-width: 7em;
height: 3em;
outline: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: pointer;
Expand Down

0 comments on commit 9175c61

Please sign in to comment.