Source: dist/css/cvquality_boot.css, line 7053
4.2.6 Great Grandchild NavItem
Description: Great Grand Children loose the spacer for toggles because they don't have any child navs and don't need the use of a toggle.
Source: dist/css/cvquality_boot.css, line 7053
Description: Great Grand Children loose the spacer for toggles because they don't have any child navs and don't need the use of a toggle.
No added class
Nav Item changes its decoration if this the page the user is on.
<li class="nav-item [modifier class] " data-nav="greatGrandChild">
<div class="flex flex_row">
<div class="flex_auto self_center">
<a class=" [modifier class] text-shadow_black-1 a:bg_black-3 c_white-9 p-y_2 p-r_3 p-l_4 w_100 h:c_white inline-block h:underline self_center">Great Grand Child Links</a>
</div>
</div>
</li>