atomic-data-browser
atomic-data-browser copied to clipboard
Lose focus after tap on touch devices
Tapping a link results in a focus state on the button, which doesn't go away. I want a focus style for keyboard ease of use, but I don't want it to be visible after a tap.
Inspiration: https://github.com/react-bootstrap/react-bootstrap/issues/1300
Maybe use :focus-visible instead of focus https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible
Only fixed it on ios, not on android. Re-opening.