Skip to content

Commit

Permalink
feat(app): hide webkit tap highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
christianliebel committed Jul 15, 2020
1 parent 949ce38 commit 17e50b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elements/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ class App extends LitElement {
user-select: none;
-webkit-user-select: none;
cursor: default;
-webkit-tap-highlight-color: transparent;
}
@media print {
Expand Down

0 comments on commit 17e50b7

Please sign in to comment.