forked from mirrors/gecko-dev
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:
parent
a85d6ea8c4
commit
fbe2e56b2b
1 changed files with 4 additions and 2 deletions
|
|
@ -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 **********/
|
||||
|
|
|
|||
Loading…
Reference in a new issue