-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
fixFixes user-facing behavior or featureFixes user-facing behavior or feature
Description
Overview
A button that is disabled still shows :hover and :active state ui.
Steps
- Have a
<button disabled>. - Interact with button:
- Hover over button.
- Click button.
Expected
- No visible change to button.
- No visible change to button.
Important
If the UI does not change, then change step 2 to:
- Enable
:hoverstate via browser developer tools. - Enable
:activestate via browser developer tools.
Actual
- Visible change to button.
- Visible change to button.
Notes
Note
Affects primary, secondary, and tertiary buttons.
Metadata
Metadata
Assignees
Labels
fixFixes user-facing behavior or featureFixes user-facing behavior or feature