Skip to content

Commit

Permalink
Ensure button border transitions respect reduce motion settings. (#17651
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kjellr authored and youknowriad committed Sep 30, 2019
1 parent f471678 commit 20e15c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
-webkit-appearance: none;
background: none;
transition: box-shadow 0.1s linear;
@include reduce-motion("transition");

&.is-button {
padding: 0 10px;
Expand Down

0 comments on commit 20e15c9

Please sign in to comment.