AlaskaAirlines / auro-icon

Custom HTML element for the use of easily displaying an icon from the Auro Icon library
https://auro.alaskaair.com/components/auro/icon
Apache License 2.0
0 stars 4 forks source link

Remove focus-visible dependency #57

Closed jason-capsule42 closed 1 year ago

jason-capsule42 commented 1 year ago

Describe the bug

auro-icon is still using focus-visible. This is creating an issue with auro-dropdown because the CSS rules are colliding during :focus state on the dropdown trigger.

The focus-visible package needs to be completely removed from auro-icon as we have done with other more recent components.