Skip to content

Apply focus halo suppression to all PrimeVue buttons#641

Merged
MarcelGeo merged 1 commit into
developfrom
global_button_focus_halo
Jun 18, 2026
Merged

Apply focus halo suppression to all PrimeVue buttons#641
MarcelGeo merged 1 commit into
developfrom
global_button_focus_halo

Conversation

@harminius

@harminius harminius commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Follow-up to #638.
Supress the focus halo ring for all buttons.
Keyboard accessibility stays.

The :focus:not(:focus-visible) rule was previously scoped only to
.icon-action-btn, so it only worked on the icon-only resend/trash
buttons in the workspace Members and project Collaborators tables.
Other invitation-related buttons (the labeled Resend pill on the
dashboard, the X on the dashboard, the labeled buttons in the
invitation sidebar) kept the lingering focus halo after a mouse click.

Move the rule out of .icon-action-btn and apply it globally to
.p-button. The :focus-visible exclusion still preserves the focus ring
for keyboard navigation, so accessibility is unaffected.
@harminius harminius requested a review from MarcelGeo June 18, 2026 11:42
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 27756579169

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

@MarcelGeo MarcelGeo merged commit e0968d5 into develop Jun 18, 2026
5 checks 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.

3 participants