Closed richhayler closed 3 years ago
Selecting the "globals" nav In the control panel sidebar navigation doesn't attach the class "sel" to the nested anchor element.
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.
Fixed in 3.0.16
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.
Disabling the Control Panel Nav plugin restores the correct behaviour to the sidebar nav for the Globals nav item.
Additional info