This is because when the menu is opened we focus the first item for keyboard navigation.
We can change this from focus
to focus-visible
, which should only show the highlight when needed (like when keyboard nav is in use)
This is because when the menu is opened we focus the first item for keyboard navigation.
We can change this from focus
to focus-visible
, which should only show the highlight when needed (like when keyboard nav is in use)