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

This commit is contained in:
Claire 2025-11-04 16:30:10 +01:00 committed by GitHub
parent e7692d0de8
commit 4a9460f7bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {