refactor(design-system): subtle ember border on nav hover/focus #112
No reviewers
Labels
No labels
agent-context-drift
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rstillwell/deckhearth#112
Loading…
Reference in a new issue
No description provided.
Delete branch "redesign-v2-hover-border"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a subtle 1px ember box-shadow inset on
.nav-item/.nav-item-bottom/.nav-item-hoverhover + focus-within so the chip's hit-target is unambiguous (operator feedback after PR #111).rgba(216, 67, 21, 0.28)— visible but lighter than the active state's full-saturation ember border.rgba(255, 138, 80, 0.34)— eye-perception correction against deep navy.box-shadowinset (notborder: 1px) so there's no 1px layout shift on toggle.CI: 113/113 vitest, lint clean, build green.
Made with Cursor
The latest updates on your projects. Learn more about Vercel for GitHub.
Pipeline Health
Build + CI gates
Build runs on Vercel; this CI runs lint and schema-map drift only (no duplicate build).
Role reports
See individual comments above for details. This rollup updates automatically.
Visual Diff
Screenshots and diffs uploaded as artifacts: view run
If intentional changes: update snapshots locally with
npx playwright test --project=visual --update-snapshotsand commit.