You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have some controls on the map (like zoom controls) and you navigate to them with Tab button you can't distinguish what button is focused now. There are no styles for focused state on the buttons. There should be either outline (like on links in attributions control) or apply hover styles when button is focused.
I'm +1 to having a blue highlight around focused buttons, exactly like GitHub does, which seems to be best practice. Are you interested in putting together a PR?
mapbox-gl-js version: 0.54.0
browser: Chome 74 for Linux
Steps to Trigger Behavior
If you have some controls on the map (like zoom controls) and you navigate to them with Tab button you can't distinguish what button is focused now. There are no styles for focused state on the buttons. There should be either outline (like on links in attributions control) or apply hover styles when button is focused.
Link to Demonstration
Example with mapbox:
https://jsbin.com/qemokezepu/edit?html,output
Expected Behavior
Focused buttons should have different styles (or just outline) than non-focused.
Actual Behavior
User can't distinguish what button he/she is currently focused on.
The text was updated successfully, but these errors were encountered: