Skip to content

design(task): hover-reveal the rename pencil like the other card controls - #196

Merged
johnpc merged 1 commit into
mainfrom
design/hover-reveal-rename-pencil
Aug 2, 2026
Merged

design(task): hover-reveal the rename pencil like the other card controls#196
johnpc merged 1 commit into
mainfrom
design/hover-reveal-rename-pencil

Conversation

@johnpc

@johnpc johnpc commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Design-polish pass — continuing on the List view (per owner direction). With the empty date, "Unassigned", and "Low" defaults now all quieted (#191/#194/#195), the last bit of always-on chrome stood out: the rename pencil next to every task title, shown at rest in every list row (and every board card).

Root cause

The task-card hover-reveal treatment (DES#160) hides the quick-edit / reorder / multi-select controls at rest and reveals them on hover/focus — but the selector list never included .task-card__rename, so the pencil stayed visible in every row.

Fix (CSS-only, tokens only)

Added .task-card__rename to the existing @media (hover: hover) hide + reveal rules. A resting row/card now shows just its title; the pencil appears on row hover or keyboard focus, alongside the other quick-edit chrome. Touch devices (no hover) keep the pencil visible, so the rename affordance is never unreachable. Shared task.css, so this cleans up both the list rows and the board cards.

Before → after

Full quality gate green; presentational-only. Verified against the sandbox (AWS_PROFILE=personal).

@johnpc
johnpc merged commit 4513849 into main Aug 2, 2026
155 of 156 checks passed
@johnpc
johnpc deleted the design/hover-reveal-rename-pencil branch August 2, 2026 16:06
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