Skip to content

design(board): reveal secondary card controls on hover (desktop) - #160

Merged
johnpc merged 1 commit into
mainfrom
design/hover-reveal-card-controls
Aug 1, 2026
Merged

design(board): reveal secondary card controls on hover (desktop)#160
johnpc merged 1 commit into
mainfrom
design/hover-reveal-card-controls

Conversation

@johnpc

@johnpc johnpc commented Aug 1, 2026

Copy link
Copy Markdown
Owner

Design-polish PR #2. Board/list cards were visually noisy: every card permanently showed a quick-edit date, a priority-flag button, and up/down reorder chevrons alongside the title and chips. Asana keeps cards calm and reveals row controls on hover.

The change (CSS only)

Under @media (hover: hover) and (pointer: fine) (i.e. desktop/mouse), .quick-edit and .reorder start at opacity: 0 and fade in when the card is hovered or focused. A resting card now shows just its title + chips; hovering reveals the quick-edit + reorder controls.

Touch devices (no hover) are unaffected — they keep the controls visible, since there's no hover to reveal them.

No markup, logic, schema, or testids changed — the controls are still in the DOM (so all acceptance + unit tests pass unchanged), just visually hidden until hover on desktop.

After (desktop)

Full quality gate green; verified on both viewports against the sandbox (AWS_PROFILE=personal).

@johnpc
johnpc merged commit 4f7ccd4 into main Aug 1, 2026
78 checks passed
@johnpc
johnpc deleted the design/hover-reveal-card-controls branch August 1, 2026 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant