Skip to content

Commit

Permalink
Make the icon button hover and active effects more subtle
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta committed Feb 13, 2024
1 parent e8d75fa commit 8902ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Menu/IconButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
transition: transform 125ms
&:hover
transform: scale(1.125) translateY(-0.25rem)
transform: scale(1.1) translateY(-0.05em)
&:active svg
transform: translateY(0.25rem)
transform: translateY(0.15rem)
.clickable
cursor: pointer
Expand Down

0 comments on commit 8902ca0

Please sign in to comment.