Commit 5c7e8c7
fix(webapp): move the column row focus ring to its hit area
- Drop the drag handle's hover fill; it's a handle, not an action.
- Tighten the gap between a smart column's name and its bolt (8px to 4px)
without changing the checkbox gap, via a nested group.
- Clicking a row rang the checkbox because its ring keys off :focus, which a
mouse press matches, not :focus-visible. The checkbox no longer rings at all.
- Instead the label rings, since that's the actual hit area, and only on
keyboard focus (has-[:focus-visible], 1px inset in the link colour).
- The form column scrolls, and overflow-y-auto clips at the content box, which
cut the inputs' focus ring on both sides. It now has 4px of padding with a
matching negative margin, so the ring has room and the content stays on the
grid (column titles still align, visible gap unchanged).
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 7d21b92 commit 5c7e8c7
2 files changed
Lines changed: 22 additions & 10 deletions
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| |||
Lines changed: 20 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
290 | 293 | | |
291 | 294 | | |
292 | 295 | | |
| |||
347 | 350 | | |
348 | 351 | | |
349 | 352 | | |
| 353 | + | |
| 354 | + | |
350 | 355 | | |
351 | 356 | | |
352 | | - | |
| 357 | + | |
| 358 | + | |
353 | 359 | | |
354 | 360 | | |
355 | 361 | | |
356 | 362 | | |
357 | | - | |
| 363 | + | |
358 | 364 | | |
359 | | - | |
| 365 | + | |
360 | 366 | | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
365 | 374 | | |
366 | | - | |
367 | 375 | | |
368 | 376 | | |
369 | 377 | | |
| |||
402 | 410 | | |
403 | 411 | | |
404 | 412 | | |
405 | | - | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
406 | 417 | | |
407 | 418 | | |
408 | 419 | | |
| |||
0 commit comments