Skip to content

Suppress focus halo on icon action buttons after mouse click#638

Open
harminius wants to merge 1 commit into
developfrom
suppress_icon_action_btn_focus_halo
Open

Suppress focus halo on icon action buttons after mouse click#638
harminius wants to merge 1 commit into
developfrom
suppress_icon_action_btn_focus_halo

Conversation

@harminius

@harminius harminius commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

This adds a one-line CSS rule on `.icon-action-btn` to drop the focus ring on mouse interaction while preserving it for keyboard navigation (accessibility).

QA reported the resend / trash buttons on invitation rows keep the
focus halo after a mouse click. Add a :focus:not(:focus-visible) rule
to .icon-action-btn so the ring is dropped on mouse interaction but
preserved for keyboard navigation (accessibility).
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 27401029854

Coverage remained the same at 92.156%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 10021
Covered Lines: 9235
Line Coverage: 92.16%
Coverage Strength: 0.92 hits per line

💛 - Coveralls

@harminius harminius requested a review from MarcelGeo June 12, 2026 09:24
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.

2 participants