Problem/Motivation
The menu items in the top portion of the navigation bar have the proper classes:
<a class="toolbar-button current is-active">
In <div id="menu-footer" class="admin-toolbar__footer"> the “current is-active” classes are missing in the <a> tag.
Steps to reproduce
Click on “View profile” and check the menu item <a> tag.
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3560207
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
xmacinfo