Source: dist/css/library_boot.css, line 7918
4.4.1.1 Collapse Toggle Advanced
Toggle elements of a collapse with user feed back of the icon morphing.
Source: dist/css/library_boot.css, line 7918
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]" aria-controls="[modifier]">
        <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>