If a menu item without link (route:<nolink>) is added to the toolbar menu, is not rendered correctly:

example

The quick fix is to add this CSS code:

.toolbar-menu  .menu-item > span {
      padding: 1em 1.3333em;
      display: block;
      color: #434343;
      cursor: pointer;
}

but, obviously, the better is to fix the module's CSS.

Comments

rollingnet created an issue. See original summary.

rollingnet’s picture

Issue summary: View changes
rollingnet’s picture

Issue summary: View changes
rollingnet’s picture

Issue summary: View changes
amsteri’s picture

StatusFileSize
new412 bytes
amsteri’s picture

Status: Active » Needs review
adriancid’s picture

Status: Needs review » Fixed

Thanks for reporting and for the patch

  • adriancid committed 8d3b99a on 8.x-1.x authored by Amsteri
    Issue #3051676 by Amsteri, rollingnet, adriancid: Menu items with no...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.