diff --git a/app/styles/ui.scss b/app/styles/ui.scss index c8de418e0..a594752e5 100644 --- a/app/styles/ui.scss +++ b/app/styles/ui.scss @@ -699,10 +699,13 @@ article:last-child > .domain { height: 3px; bottom: 0; background-color: var(--accent-color); - transition: all 0.3s; } } +.no-reduce-motion .filter-bar__active { + transition: all 0.3s; +} + .reaction__filter-bar { overflow-x: auto; overflow-y: hidden;