Skip to content

Commit

Permalink
Fix: mobile button highlight on long press
Browse files Browse the repository at this point in the history
Fixes #75
  • Loading branch information
Akalanka47000 committed Sep 12, 2023
1 parent 2407cc4 commit 7cbf3fd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,11 @@ svg,
svg *:focus {
outline: none !important;
}

input,
textarea,
button,
select,
a {
-webkit-tap-highlight-color: transparent;
}

0 comments on commit 7cbf3fd

Please sign in to comment.