Skip to content

design(board): reveal the multi-select checkbox on hover - #164

Merged
johnpc merged 2 commits into
mainfrom
design/hover-reveal-select
Aug 2, 2026
Merged

design(board): reveal the multi-select checkbox on hover#164
johnpc merged 2 commits into
mainfrom
design/hover-reveal-select

Conversation

@johnpc

@johnpc johnpc commented Aug 1, 2026

Copy link
Copy Markdown
Owner

Design-polish PR #6. Every board/list card showed two selectable marks at rest — a round complete-toggle AND a square multi-select checkbox — which read as clutter and made "what does this circle vs box do?" ambiguous. Asana hides the select checkbox until you hover.

The change (CSS only)

Extended the hover-reveal treatment (PR #160) to .task-card__select: on desktop (hover: hover + pointer: fine) the checkbox is hidden until the card is hovered/focused, so a resting card shows just the one complete circle. A ticked checkbox stays visible even at rest ([data-selected='true']) so an active multi-selection is never hidden. Touch/mobile keeps the checkbox always visible.

After

Full quality gate green; no logic/markup/testid change. Verified both viewports against the sandbox (AWS_PROFILE=personal).

@johnpc
johnpc merged commit 565f9fc into main Aug 2, 2026
78 checks passed
@johnpc
johnpc deleted the design/hover-reveal-select branch August 2, 2026 01:07
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