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.
Navigating the website with Tab key skips the translation links in
<LanguageDropDown />
.display: none
is skipped from Tab cycle. So, we could usescale
oropacity
, along withgroup-hover:
andfocus-within:
. These properties can also be animated, so we could add a transition.