Is it possible through CSS to turn to a parent with hover?

So I have to do something like

.fw_like_wrap:hover < .one_post{} .one_post .fw_like_wrap:hover .one_post{} 
  • @ Kamaz, for interest, a .one_post: nth-child (1): hover {} did not try (maybe I’m wrong)? - Vfvtnjd
  • Nth-child leads to the child, but I need the opposite - Camaz

1 answer 1

It is impossible. Descriptions of this selector is not in the specs . Have to do on JS.