FilterBar: conditional animation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
95bdfb6c2f
commit
7bc924caa2
|
@ -699,10 +699,13 @@ article:last-child > .domain {
|
||||||
height: 3px;
|
height: 3px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-color: var(--accent-color);
|
background-color: var(--accent-color);
|
||||||
transition: all 0.3s;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-reduce-motion .filter-bar__active {
|
||||||
|
transition: all 0.3s;
|
||||||
|
}
|
||||||
|
|
||||||
.reaction__filter-bar {
|
.reaction__filter-bar {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
|
Loading…
Reference in New Issue