I want to set a background to parent element if it has an item with 'open' class item with css. Main goal is add a background color the parent element.
For example:
<div class='parent'>
<span class='title'>title</span>
<span class='arrow open'>I should have a blue background!</span>
</div>