Skip to content

Commit

Permalink
fix: #1795
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jun 3, 2023
1 parent 12d445a commit 9195584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/styled/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
text-transform: var(--btn-text-case, uppercase);
&:active:hover,
&:active:focus {
animation: none;
}
&:active:hover,
&:active:focus {
animation: button-pop 0s ease-out;
transform: scale(var(--btn-focus-scale, 0.97));
}

Expand Down

0 comments on commit 9195584

Please sign in to comment.