Skip to content

Commit 66e954c

Browse files
committed
Dont animate everything
1 parent 011b533 commit 66e954c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/marketing/buttons/button.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
background-color: var(--color-mktg-btn-bg);
1212
border: $border-width $border-style var(--color-mktg-btn-border);
1313
border-radius: $border-radius;
14-
transition: $transition-time / 2;
14+
transition-duration: $transition-time / 2;
15+
transition-property: background-color, border-color, box-shadow;
1516
appearance: none; // Corrects inability to style clickable `input` types in iOS.
1617

1718
&:hover {

0 commit comments

Comments
 (0)