We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A button that is disabled still shows :hover and :active state ui.
disabled
:hover
:active
<button disabled>
Important
If the UI does not change, then change step 2 to:
Note
Affects primary, secondary, and tertiary buttons.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
A button that is
disabled
still shows:hover
and:active
state ui.Steps
<button disabled>
.Expected
Important
If the UI does not change, then change step 2 to:
:hover
state via browser developer tools.:active
state via browser developer tools.Actual
Notes
Note
Affects primary, secondary, and tertiary buttons.
The text was updated successfully, but these errors were encountered: