0

I am working on a list application - and I need to hook into the parent selector if the child/grandchild is given an active class.

<div class="checkbox-click-drop-wrapper">
   <div class="checkbox-click-drop">
     <div class="checkbox-click-drop-group edit-order-mode">           
     </div>
   </div>
</div>

so when edit-order-mode is on the child --- I need to select the grandparent and override css styles

is there a way to do this?

The Old County
  • 109
  • 7
  • 40
  • 99

0 Answers0