How to style the parent element when hovering a child element?

前端 未结 8 2338
灰色年华
灰色年华 2020-11-22 05:57

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

8条回答
  •  南方客
    南方客 (楼主)
    2020-11-22 06:35

    there is no CSS selector for selecting a parent of a selected child.

    you could do it with JavaScript

提交回复
热议问题