Skip to content

Commit

Permalink
Merge pull request #18 from willgarrett610/fix/remove-button-highlight
Browse files Browse the repository at this point in the history
Remove button highlight
  • Loading branch information
justinfernald authored Aug 27, 2024
2 parents 478b06f + 86265ed commit 3c3db56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@
box-sizing: border-box;
background: transparent;
}

button {
/* disable highlighting */
user-select: none;
}

0 comments on commit 3c3db56

Please sign in to comment.