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

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.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | menu_item_with_no_link-3051676-5.patch | 412 bytes | amsteri |
| Screenshot_2019-04-29_at_12.19.58.png | 183.18 KB | rollingnet |
Comments
Comment #2
rollingnet commentedComment #3
rollingnet commentedComment #4
rollingnet commentedComment #5
amsteri commentedComment #6
amsteri commentedComment #7
adriancidThanks for reporting and for the patch