Source: dist/css/acc_uc.css, line 16846
4.7 Is Active Toggle
Many momment there are needs for toggles of icon when the parent is in the state of active. Used in tree navs, dropdowns, and collapsing areas.
Source: dist/css/acc_uc.css, line 16846
Many momment there are needs for toggles of icon when the parent is in the state of active. Used in tree navs, dropdowns, and collapsing areas.
Toggle between plus and minus square
Toggle a chevron pointing up and then down.
Toggle the double chevron to point up when active
Toggle chevron left and right
Toggle the arrow to have a circle when active.
Toggle between bars and times
Check Marks toggle on and off
Check Marks toggle on and off
Check Marks toggle on and off
<ul data-style="[modifier class]" class="ul_none m_0 p_0">
<li class="m-t_1 is-active_toggle-function c_black a:c_white flex p-x_3 p-y_2 a:bg_primary font_1 bg_shade-2 ">
<i class="flex_none m-r_5 font_3 fa-solid fa-fw [modifier class]"></i>
<span class="flex_auto ">FA Solid [modifier class]</span>
<span class="flex_shrink m-l_auto w_20 self_end a:_block display_none"> active </span>
</li>
<li class="m-t_1 is-active_toggle-function c_black a:c_white flex p-x_3 p-y_2 a:bg_primary font_1 bg_shade-2 ">
<i class="flex_none m-r_5 font_3 fa-regular fa-fw [modifier class]"></i>
<span class="flex_auto ">FA Regular [modifier class]</span>
<span class="flex_shrink m-l_auto w_20 self_end a:_block display_none"> active </span>
</li>
<li class="m-t_1 is-active_toggle-function c_black a:c_white flex p-x_3 p-y_2 a:bg_primary font_1 bg_shade-2 ">
<i class="flex_none m-r_5 font_3 fa-light fa-fw [modifier class]"></i>
<span class="flex_auto">FA Light [modifier class]</span>
<span class="flex_shrink m-l_auto w_20 self_end a:_block display_none"> active </span>
</li>
</ul>