mirror of
https://github.com/primer/css.git
synced 2025-01-04 12:22:17 +03:00
Dont animate everything
This commit is contained in:
parent
011b533754
commit
66e954c5cb
@ -11,7 +11,8 @@
|
||||
background-color: var(--color-mktg-btn-bg);
|
||||
border: $border-width $border-style var(--color-mktg-btn-border);
|
||||
border-radius: $border-radius;
|
||||
transition: $transition-time / 2;
|
||||
transition-duration: $transition-time / 2;
|
||||
transition-property: background-color, border-color, box-shadow;
|
||||
appearance: none; // Corrects inability to style clickable `input` types in iOS.
|
||||
|
||||
&:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user