Skip to content

Commit

Permalink
Merge 3d555ea into 1a06468
Browse files Browse the repository at this point in the history
  • Loading branch information
samiheikki committed Jun 29, 2019
2 parents 1a06468 + 3d555ea commit a1e9a30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions theme/lumo/vaadin-checkbox-styles.html
Expand Up @@ -19,10 +19,6 @@
<style>
: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
4 changes: 0 additions & 4 deletions theme/material/vaadin-checkbox-styles.html
Expand Up @@ -5,10 +5,6 @@
<style>
:host {
display: inline-block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: none;
-webkit-tap-highlight-color: transparent;
}
Expand Down

0 comments on commit a1e9a30

Please sign in to comment.