Skip to content

Commit

Permalink
fix(theme): add user-select vendor prefixes for consistency [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Dec 18, 2018
1 parent 4267426 commit aa8899b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theme/lumo/vaadin-checkbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
:host {
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: default;
outline: none;
Expand Down

0 comments on commit aa8899b

Please sign in to comment.