I know that there does not exist a CSS parent selector, but is it possible to style a parenting element when hovering a child element without such a selector?
To giv
there is no CSS selector for selecting a parent of a selected child.
you could do it with JavaScript