Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Oct 23, 2023
1 parent f505d33 commit 63bb8c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file removed integration-tests/BreakagePage.js
Empty file.
2 changes: 1 addition & 1 deletion shared/scss/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
left: 0;
transition: left 0.3s ease-in-out;

@media (prefers-reduced-motion) {
@media (prefers-reduced-motion: reduce) {
transition: none;
}

Expand Down
2 changes: 1 addition & 1 deletion shared/scss/views/_toggle-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ body {
background-color: var(--handle-color-off);
}

@media (prefers-reduced-motion) {
@media (prefers-reduced-motion: reduce) {
transition: none;
}
}
Expand Down

0 comments on commit 63bb8c3

Please sign in to comment.