Skip to content

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

Merged
MarcelGeo merged 1 commit into
developfrom
suppress_icon_action_btn_focus_halo
Jun 17, 2026
Merged

Suppress focus halo on icon action buttons after mouse click#638
MarcelGeo merged 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

@MarcelGeo MarcelGeo left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just try if focus is still running. after pressing tab and navigation to button.

@harminius

Copy link
Copy Markdown
Contributor Author

Just try if focus is still running. after pressing tab and navigation to button.

image

@harminius harminius requested a review from MarcelGeo June 16, 2026 05:37
@MarcelGeo MarcelGeo merged commit cf44156 into develop Jun 17, 2026
5 checks passed
@MarcelGeo MarcelGeo deleted the suppress_icon_action_btn_focus_halo branch June 17, 2026 10:57
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.

3 participants