Autodesk / hig

Autodesk's unified design system
https://storybook.weave.autodesk.com
Apache License 2.0
181 stars 114 forks source link

IconButton disable state should not allow hover/focus/pressed states to trigger #2289

Open wmui51 opened 4 years ago

wmui51 commented 4 years ago

Make sure that when disabled that the props hasHover, hasFocus, and isPressed can never be true.

wmui51 commented 4 years ago

This did not fix the issue and will need further investigation.