Source: dist/css/library_boot.css, line 7686
10.4.1 Collapse/Expand No Text
The collapse/expand icon is used to collapse and expand the facet group.
Source: dist/css/library_boot.css, line 7686
The collapse/expand icon is used to collapse and expand the facet group.
<div class="toggle user-select_none" data-bs-toggle="collapse" data-bs-target="" role="button" aria-expanded="true" aria-controls="">
<span class="fa-stack">
<i class="fas fa-square fa-stack-2x"></i>
<i class="fas fa-minus fa-stack-1x c_white"></i>
<i class="fas fa-minus rotate_90 a:rotation fa-stack-1x c_white"></i>
</span>
</div>