Merge pull request #15973 from calixteman/1813138

Remove the transition when displaying the sidebar when the user prefers reduced motion (bug 1813138)
This commit is contained in:
calixteman 2023-01-30 11:26:16 +01:00 committed by GitHub
commit 2ebbeb7499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,6 +189,12 @@
}
}
@media screen and (prefers-reduced-motion: reduce) {
:root {
--sidebar-transition-duration: 0;
}
}
* {
padding: 0;
margin: 0;