Skip to content

Commit f4dc1b9

Browse files
committed
Revert "fix: Fix media query and reduced motion error (#68464)"
This reverts commit 921536e.
1 parent 14d10ea commit f4dc1b9

File tree

1 file changed

+1
-1
lines changed
  • packages/edit-site/src/components/layout

1 file changed

+1
-1
lines changed

packages/edit-site/src/components/layout/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
// This ensure the radius work properly.
119119
overflow: hidden;
120120

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

0 commit comments

Comments
 (0)