IconButton disable state should not allow hover/focus/pressed states to trigger
Open
bug
community
- Dominant language
- JavaScript
- Stars
- 193
- Forks
- 112
- PR merge metrics
- No merged PRs in 30d
Description
Make sure that when `disabled` that the props `hasHover`, `hasFocus`, and `isPressed` can never be `true`.
Contributor guide
Assessment
This issue has not been assessed yet.