Hiding element visible with :focus-within when sibling has :hover state
I’m working on a navigation component and want the nav element to be visible, using display: block when it has :focus-within for keyboard navigation. This state seems to be applying when I click the nav button, but remains visible when I hover sibling elements. I would like the focus-within state to be hidden when a… Read More Hiding element visible with :focus-within when sibling has :hover state