Source: dist/css/library_boot.css, line 11471
8.1.4 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/library_boot.css, line 11471
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="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 fas fa-fw [modifier]"></i>
<span class="flex_auto ">FA Solid [modifier]</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 far fa-fw [modifier]"></i>
<span class="flex_auto ">FA Regular [modifier]</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 fal fa-fw [modifier]"></i>
<span class="flex_auto">FA Light [modifier]</span>
<span class="flex_shrink m-l_auto w_20 self_end a:_block display_none"> active </span>
</li>
</ul>