Skip to content

Commit

Permalink
scale button @hover and @Active
Browse files Browse the repository at this point in the history
  • Loading branch information
deinelieblings committed Aug 15, 2024
1 parent 2bcdf7d commit beb9f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CopyButton.ce.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
&:not(.Button--isLoading):not(.Button--disabled) {
&:hover,
&:active {
background: $primary-dark;
transform: scale(1.2);
}
}
}
Expand Down

0 comments on commit beb9f7a

Please sign in to comment.