Skip to content

Commit

Permalink
Disable chrome tap highlight color on icon buttons (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta authored May 28, 2024
1 parent b105ab6 commit 2ec0e6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Menu/IconButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
justify-content: center
height: 4.5626rem
// Disable blue tap-highlight on mobile chrome
-webkit-tap-highlight-color: transparent
&:hover .content
transform: scale(1.1) translateY(-0.15rem)
Expand Down

0 comments on commit 2ec0e6c

Please sign in to comment.