Skip to content

v2.3.1 — Fix visible reduced-motion CSS

Choose a tag to compare

@kindintelligence kindintelligence released this 08 Jul 13:07
· 19 commits to main since this release
f5ef685

Patch: the reduced-motion <style> override from 2.3.0 could render its CSS source as visible text at the top of sortable lists. The UA stylesheet's style { display: none } has zero specificity, so any app rule like .list > * { display: flex } overrode it. The element now carries an inline display: none, which outranks any selector. An SSR test pins the inline-hidden form. Upgrade recommended if you're on 2.3.0 with reduced-motion-aware components (SortableList, SortableGrid, FlipItem).