Respect prefer reduced motion setting for group call tiles
This commit is contained in:
parent
f1665c65d0
commit
6320b43401
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue