You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous rule
.stSlider [data-baseweb="slider"] > div { background: accent !important; }
matched *every* direct child of the slider container, so the tick-bar,
empty-track, thumb halo and filled-track were all painted solid teal.
Numbers and the draggable thumb became invisible against the bar.
Replace it with targeted selectors (light and dark):
- empty track -> faint accent tint
- filled track -> solid accent (light) / teal-purple gradient (dark)
- thumb -> white puck with accent ring, readable on both themes
- value bubble -> transparent background, accent-coloured text
- tick labels -> muted foreground, transparent background
Made-with: Cursor
0 commit comments