Commit dc61767
fix(webapp): halve the contrast handle's hover step again on the light themes
A full stop to charcoal-100 still read as a blob landing rather than a handle
lighting up. #f4f4f6 is the midpoint of white and charcoal-100 - half a stop,
which is as fine a step as the ramp allows without inventing one.
Opaque rather than charcoal-100/50, which was the obvious way to write it: the
hover rule replaces the white fill rather than sitting over it, so a 50% alpha
would let the track line show through the handle.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 263a365 commit dc61767
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | | - | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
0 commit comments