Skip to content

fix: remove disabled guard from button Lumo hover styles (#11548) (CP: 25.1)#11550

Merged
web-padawan merged 1 commit into25.1from
cherry-pick-11548-to-25.1-1776949731569
Apr 23, 2026
Merged

fix: remove disabled guard from button Lumo hover styles (#11548) (CP: 25.1)#11550
web-padawan merged 1 commit into25.1from
cherry-pick-11548-to-25.1-1776949731569

Conversation

@vaadin-bot
Copy link
Copy Markdown
Collaborator

This PR cherry-picks changes from the original PR #11548 to branch 25.1.


Original PR description

Description

When the accessibleDisabledButtons feature flag was originally implemented, the :not([disabled]) guard was left on the button Lumo hover styles, which prevented disabled-but-accessible buttons from showing hover feedback. This removes the guard so hover feedback is consistent with the focusable/hoverable behavior the flag enables. Disabled buttons without the flag have pointer-events: none, so :hover does not fire and the visual stays unchanged.

Type of change

  • Bugfix

🤖 Generated with Claude Code

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@sonarqubecloud
Copy link
Copy Markdown

@web-padawan web-padawan merged commit 101d4c6 into 25.1 Apr 23, 2026
10 checks passed
@web-padawan web-padawan deleted the cherry-pick-11548-to-25.1-1776949731569 branch April 23, 2026 13:31
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