wp/wp-includes/css/dist/nux/style-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
--- a/wp/wp-includes/css/dist/nux/style-rtl.css	Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-includes/css/dist/nux/style-rtl.css	Fri Sep 05 18:52:52 2025 +0200
@@ -23,7 +23,6 @@
   position:absolute;
 }
 .nux-dot-tip:before{
-  animation:nux-pulse 1.6s cubic-bezier(.17, .67, .92, .62) infinite;
   background:#00739ce6;
   height:24px;
   opacity:.9;
@@ -32,6 +31,11 @@
   transform:scale(.3333333333);
   width:24px;
 }
+@media not (prefers-reduced-motion){
+  .nux-dot-tip:before{
+    animation:nux-pulse 1.6s cubic-bezier(.17, .67, .92, .62) infinite;
+  }
+}
 .nux-dot-tip:after{
   background:#00739c;
   height:8px;