I have an accordeon in which is build like this:
<div class="panel">
<div class="panel-heading"></div>
<div class="panel-content collapse/collpase in" aria-expanded="false" ></div>
</div>
CSS build like this:
.panel{
.panel-heading{}
.panel-content{}
}
QUESTION:
when panel-content
is collpase/collapse in i need to change my css in the panel-heading
.
Is it even possible when they are on the same level?