You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A disabled link requires <li class="disabled"><a href="#">Disabled link</a></li>
Rather than having to use an achor with a # or javascript:void(0) it would be cleaner if the nav item could be created as <li class="disabled"><span>Disabled link</span></li>
The text was updated successfully, but these errors were encountered:
A disabled link requires
<li class="disabled"><a href="#">Disabled link</a></li>
Rather than having to use an achor with a
#
orjavascript:void(0)
it would be cleaner if the nav item could be created as<li class="disabled"><span>Disabled link</span></li>
The text was updated successfully, but these errors were encountered: