Fix Skeleton placeholders being animated when setting to reduce animations is enabled (#36716)

pull/36740/head
Claire 3 weeks ago
parent a978e37f4c
commit 0b50789c5b

@ -1309,6 +1309,10 @@ a.sparkline {
line-height: 1;
width: 100%;
animation: skeleton 1.2s ease-in-out infinite;
.reduce-motion & {
animation: none;
}
}
@keyframes skeleton {

Loading…
Cancel
Save