mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-27 18:10:58 +00:00
Fix Skeleton placeholders being animated when setting to reduce animations is enabled (#36716)
This commit is contained in:
parent
e7692d0de8
commit
4a9460f7bd
|
|
@ -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…
Reference in New Issue
Block a user