I don’t know, how long this exists, but it can’t be long:
When clicking a dropdown, all of a sudden, there seems to be a border which indicates, that the dropdown is active. This seems to be a browser thing but it doesn’t occur on older projects i published,
i can’t publish the actual project - i guess my client wouldn’t be very happy
but i made a test project with just a dropdown: https://dropdowntest-d6bf6e.webflow.io/
The point of the outline is to show which element is focused while navigating with your keyboard. Here’s some info about how to fully customize that focus state: https://custom-focus.webflow.io/
@forresto, I understand the purpose of making the navigation cue visible for users who are using accessibility devices / keyboard navigation. Wouldn’t it be possible to detect the keypress and only display when a keystroke is invoked? Is that possible?
An additional issue I am seeing is that it is also leaving a latent border for the last hovered element if you have dropdown on hover. The mouse out does not clear the state.
How do we get our dropdowns to be keyboard accessible like this? Has the component been changed? If so, do we need to rebuild our menus to get this functionality?