Closed
Description
Description
In v3, we seem to have lost any focus indication on Buttons. This looks intentional as I see focus:outline-hidden
on the base. For a11y and good keyboard navigation, it's best practice to have a visual indication of focus: https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#discernibleandpredictablekeyboardfocus
It seems we've taken a step backward from v2 in this regard. Was this intentional? Is the intent for users to add their own focus-visible:*
classes via app config?