Skip to content

a11y | A18 show session delete without hover - #77

Merged
BrianGenisio merged 3 commits into
mainfrom
fix/a11y-a18-session-delete-touch
Aug 12, 2026
Merged

a11y | A18 show session delete without hover#77
BrianGenisio merged 3 commits into
mainfrom
fix/a11y-a18-session-delete-touch

Conversation

@BrianGenisio

Copy link
Copy Markdown
Contributor

Summary

Closes #72 (A18). Session delete stayed opacity: 0; pointer-events: none until hover or :focus-visible. Keyboard users could reach it; touch users on devices without hover could not.

Changes

  • Under @media (hover: none), delete is visible and tappable. Hover-to-reveal on pointer devices and the :focus-visible keyboard path stay as they are.
  • CSS-source test guards the media-query rule (jsdom cannot emulate (hover: none)).

Test plan

  • npm test
  • Touch / hover-none: delete is visible on each session row and activates
  • Pointer + hover: delete still reveals on row hover
  • Keyboard: Tab to delete, :focus-visible still shows it
  • Light and dark
  • Confirm axe baseline does not grow

Co-authored-by: Cursor <cursoragent@cursor.com>
@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 34 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: aeda2826-c956-4e1c-a5f0-543f025a6b09

📥 Commits

Reviewing files that changed from the base of the PR and between 86fcc05 and c689440.

📒 Files selected for processing (3)
  • a11y-audits/8-5-26/wave-4-plan.md
  • public/app.css
  • tests/dom/session-delete-a18.test.js

Comment @coderabbitai help to get the list of available commands.

Brian Genisio and others added 2 commits August 12, 2026 16:42
@BrianGenisio
BrianGenisio merged commit 3d2deab into main Aug 12, 2026
1 check passed
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.

[a11y][A18] Delete control only reachable on hover

1 participant