Respect prefer reduced motion setting for group call tiles

This commit is contained in:
trevor-signal 2023-12-14 12:51:55 -05:00 committed by GitHub
parent f1665c65d0
commit 6320b43401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3956,6 +3956,10 @@ button.module-image__border-overlay:focus {
transition: top 200ms linear, inset-inline-start 200ms linear,
transform 200ms linear, width 200ms linear, height 200ms linear;
@media (prefers-reduced-motion) {
transition: none;
}
&:after {
content: '';
position: absolute;