Source: dist/css/acc_boot.css, line 7887
5.2.1 Collapse Toggle Advanced
Toggle elements of a collapse with user feed back of the icon morphing.
Source: dist/css/acc_boot.css, line 7887
Toggle elements of a collapse with user feed back of the icon morphing.
the name of the target of the collapse
<div class="flex_none" aria-expanded="false" data-bs-toggle="collapse" data-bs-target="[modifier class]" aria-controls="[modifier class]">
<span class="fa-stack">
<i class="fas fa-minus fa-stack-1x"></i>
<i class="fas fa-minus rotate_90 a:rotation fa-stack-1x "></i>
</span>
</div>