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.
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.