saguaros
When we said the fix is not included in these we were partially wrong as now with menu item with no link like the 'Layouts' item, user is not be able to click to show the accordion.
But the hovering and click/tap effects are still there (please check the T4 BS5 demo), which made us think the fix for this has not been done.
e.g. hovering CSS is:
.t4-offcanvas .t4-off-canvas-body .navbar .nav-link:hover, .t4-offcanvas .t4-off-canvas-body .navbar .nav-link:focus, .t4-offcanvas .t4-off-canvas-body .navbar .nav-link:active, .t4-offcanvas .t4-off-canvas-body .navbar .separator:hover, .t4-offcanvas .t4-off-canvas-body .navbar .separator:focus, .t4-offcanvas .t4-off-canvas-body .navbar .separator:active {
background-color: transparent;
color: var(--body-link-hover-color);
}
So to summarise...
Fixed:
- user is not able to click on menu item with no link like the 'Layouts' item to show the accordion
Not fixed:
- hovering and click/tap CSS effects are still there, which makes user think the accordion should expand on click or tap