--- a/wp/wp-includes/css/dist/nux/style.css Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-includes/css/dist/nux/style.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;
left:-12px;
@@ -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;