Commit eb37ed0
committed
fix(design-system): correct dark-mode neutral hover tokens (WI-1318)
The dark theme reused its border inks at border strength for the neutral
background tokens: --ds-background-neutral was #a1bdd933 (20% alpha) and
--ds-background-neutral-hovered was #a6c5e24d (30%), so every subtle
hover — dashboard rows, nav items, dropdown entries, code blocks —
rendered as a bright wash on dark surfaces. Use the same-ink 8%/16%
alpha ladder the light theme uses (#a1bdd914 / #a1bdd929), which
composites in family with the dark surface ladder.
Also drop the remaining hardcoded colors from the dashboard onboarding
panel (progress gradient, active-step tint and accent, icon fallback) in
favor of the --ds-gradient-*, --ds-surface-selected, and
--ds-interactive tokens.1 parent 29a8aed commit eb37ed0
2 files changed
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
109 | 112 | | |
110 | | - | |
111 | | - | |
| 113 | + | |
| 114 | + | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| |||
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
195 | | - | |
196 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
197 | 199 | | |
198 | 200 | | |
199 | 201 | | |
| |||
228 | 230 | | |
229 | 231 | | |
230 | 232 | | |
231 | | - | |
| 233 | + | |
232 | 234 | | |
233 | 235 | | |
234 | 236 | | |
| |||
0 commit comments