hig
hig copied to clipboard
IconButton disable state should not allow hover/focus/pressed states to trigger
Make sure that when disabled
that the props hasHover
, hasFocus
, and isPressed
can never be true
.
This did not fix the issue and will need further investigation.