ux(failing-sources): visible row separators + clearer hover #45

Merged
bvandeusen merged 1 commits from dev into main 2026-06-01 21:09:28 -04:00
Owner

Summary

The zebra striping in 717b601 was too subtle — inside the tonal error
card, surface-tint contrast washed out and rows still looked uniform.
Operator-flagged the same issue twice.

  • Bottom border on each row (1px white/0.08) — clearly delineated rows
    regardless of card background
  • Hover darkens to black/0.25 — much more obvious than the previous
    error-tint hover, gives the eye a clear horizontal track
  • Slightly more vertical padding (8px vs 6px) for tap-target comfort

Test plan

  • CI green on f575cfb
  • Operator confirms hover + borders make Logs button targeting easy

🤖 Generated with Claude Code

## Summary The zebra striping in 717b601 was too subtle — inside the tonal error card, surface-tint contrast washed out and rows still looked uniform. Operator-flagged the same issue twice. - Bottom border on each row (1px white/0.08) — clearly delineated rows regardless of card background - Hover darkens to black/0.25 — much more obvious than the previous error-tint hover, gives the eye a clear horizontal track - Slightly more vertical padding (8px vs 6px) for tap-target comfort ## Test plan - [x] CI green on `f575cfb` - [ ] Operator confirms hover + borders make Logs button targeting easy 🤖 Generated with [Claude Code](https://claude.com/claude-code)
bvandeusen added 1 commit 2026-06-01 21:09:21 -04:00
ux(failing-sources): visible row separators + clearer hover
CI / lint (push) Successful in 3s
CI / backend-lint-and-test (push) Successful in 13s
CI / frontend-build (push) Successful in 22s
CI / intimp (push) Successful in 3m44s
CI / intapi (push) Successful in 7m45s
CI / intcore (push) Successful in 8m15s
f575cfb93b
The zebra striping in 717b601 was too subtle — inside the tonal error
card, surface-tint contrast washed out and rows still looked uniform.
Operator-flagged the same issue twice.

Replace the surface-tint approach with hard visual structure:
- Bottom border on each row (1px white/0.08) — clearly delineated rows
  regardless of card background
- Hover darkens to black/0.25 — much more obvious than the previous
  error-tint hover, gives the eye a clear horizontal track
- Slightly more vertical padding (8px vs 6px) for tap-target comfort
- Drop the gap; borders are the separator now
bvandeusen merged commit fdd3e01f56 into main 2026-06-01 21:09:28 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bvandeusen/FabledCurator#45