Skip to content

Commit

Permalink
remove button highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfernald committed Aug 27, 2024
1 parent 478b06f commit 86265ed
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 86265ed

Please sign in to comment.