Skip to content

Commit

Permalink
Remove manually-added CSS browser prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bregenspan committed Apr 8, 2019
1 parent 4598e12 commit d9c96a3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions client/components/ContextMenuItem.css
@@ -1,13 +1,8 @@
.item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;

cursor: pointer;
margin: 0;
padding: 8px 14px;
user-select: none;
}

.item:hover {
Expand Down

0 comments on commit d9c96a3

Please sign in to comment.