Skip to content

Commit bc84a71

Browse files
im3dabasiaim3dabasiamirka
authored andcommitted
fix: Fix media query and reduced motion error (WordPress#68464)
Co-authored-by: im3dabasia <[email protected]> Co-authored-by: mirka <[email protected]>
1 parent 260dc06 commit bc84a71

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

0 commit comments

Comments
 (0)