octokatherine / readme.so

An online drag-and-drop editor to easily build READMEs
https://readme.so
MIT License
4.24k stars 326 forks source link

Keyboard navigation skips translation URLs #109

Closed vishnumohanrk closed 3 years ago

vishnumohanrk commented 3 years ago

Navigating the website with Tab key skips the translation links in <LanguageDropDown />.

display: none is skipped from Tab cycle. So, we could use scale or opacity, along with group-hover: and focus-within:. These properties can also be animated, so we could add a transition.