verbb / cp-nav

Control Panel Nav is a Craft CMS plugin to help manage your Control Panel navigation.
MIT License
130 stars 11 forks source link

"Globals" nav missing "sel" class on select/active #88

Closed richhayler closed 3 years ago

richhayler commented 3 years ago

Description

Selecting the "globals" nav In the control panel sidebar navigation doesn't attach the class "sel" to the nested anchor element.

Steps to Reproduce

The example below is what the code should look like when the nav item is selected.

<li id="nav-globals">
<a class="sel" href=".../globals/global">
<span class="icon icon-mask" aria-hidden="true"><span data-icon="globe"></span></span>
<span class="label">Globals</span></a>
</li>

Disabling the Control Panel Nav plugin restores the correct behaviour to the sidebar nav for the Globals nav item.

Additional info

engram-design commented 3 years ago

Fixed in 3.0.16