Bug 1804414 - Tabstrip animation should respect OS reduced motion pref r=Gijs,emilio

Differential Revision: https://phabricator.services.mozilla.com/D167101
This commit is contained in:
Cieara Meador 2023-01-23 22:51:45 +00:00
parent a85d6ea8c4
commit fbe2e56b2b

View file

@ -689,8 +689,10 @@ scrollbox {
overflow: hidden;
}
scrollbox[smoothscroll=true] {
scroll-behavior: smooth;
@media (prefers-reduced-motion: no-preference) {
scrollbox[smoothscroll=true] {
scroll-behavior: smooth;
}
}
/********** stringbundle **********/