Menu items that are not links should be rendered as the rest of the links
Summary
In the current implementation if a menu item uses the route:<nolink>
option, the rendered menu item does not look like the rest of the items.
Steps to reproduce
- Create a menu item that uses the
nolink
option - Visit the menu
Possible fixes
According to this forum post, the nolink items are rendered as spans. Modify the styles of <a>
to also be applied in spans under the menus.
Attachments
Edited by Konstantinos Platis