-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix button isDefault isBusy hover #14469
Fix button isDefault isBusy hover #14469
Conversation
72008a5
to
2e2dc6b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sbardian thank you for your contribution, it seems to fix the problem in my tests 👍
We have some duplicate code:
https://github.com/WordPress/gutenberg/blob/2e2dc6b198bbf3ed2611b41e4a706086ec38d2d2/packages/components/src/button/style.scss#L187-L192
Would it be possible to remove the duplication by adding the selectors &.is-defaul.is-busy,&.is-defaul.is-busy:disabled, and &.is-defaul.is-busy[aria-disabled="true"] to the code already existing ?
2e2dc6b
to
fc3367c
Compare
@jorgefilipecosta you are correct. I have this updated and it seems to still fix the issue. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 Thank you for your contribution!
I wonder if this is related to this regression #15029 |
Description
CSS update for isDefault and isBusy buttons. This change is pertaining to issue #14296. The update seems to fix the issue.
Closes #14296
How has this been tested?
All tests pass running
npm test
Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist: