Klaus

:focus-within

 Wed, 26 Jun 2019 11:00:53 +0200 
CSS :focus-within - DWB
Using :hover to display additional information or elements is a very useful technique but a big drawback to using the hover pseudo-class is that they are usually not accessibility-friendly. Not everyone uses a mouse and some users have visual impairments, so they rely on screen readers or the keyboard -- two functionality that don't technically hover.
Luckily the CSS spec gives us a gift to pair with :hover: :focus-within. With :focus-within developers can modify styles of elements when an element or its parent has keyboard focus!
hEARt PhoniX
 Wed, 26 Jun 2019 20:48:10 +0200 
Klaus
 Fri, 28 Jun 2019 08:36:45 +0200 
Yes, it is no solution for mobile and :hover problem, but improves the experience when using keyboard (tab navigation) to features you have through :hover with mouse.