We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011b533 commit 66e954cCopy full SHA for 66e954c
src/marketing/buttons/button.scss
@@ -11,7 +11,8 @@
11
background-color: var(--color-mktg-btn-bg);
12
border: $border-width $border-style var(--color-mktg-btn-border);
13
border-radius: $border-radius;
14
- transition: $transition-time / 2;
+ transition-duration: $transition-time / 2;
15
+ transition-property: background-color, border-color, box-shadow;
16
appearance: none; // Corrects inability to style clickable `input` types in iOS.
17
18
&:hover {
0 commit comments