Skip to content

Commit

Permalink
Revert "fix: Fix media query and reduced motion error (#68464)"
Browse files Browse the repository at this point in the history
This reverts commit 921536e.
  • Loading branch information
t-hamano committed Jan 10, 2025
1 parent 14d10ea commit f4dc1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
// This ensure the radius work properly.
overflow: hidden;

@media (prefers-reduced-motion: no-preference) {
@media not (prefers-reduced-motion) {
transition: border-radius, box-shadow 0.4s;
}

Expand Down

0 comments on commit f4dc1b9

Please sign in to comment.