[CR-86] - added an ability to show a third level of main menu for the mobile screen#2274
[CR-86] - added an ability to show a third level of main menu for the mobile screen#2274aleevas wants to merge 1 commit into
Conversation
|
Can one of the admins verify this patch? Use "o+k to test" or ''t+est this please" for manual build execution. |
| {% set ia = item.attributes.addClass(['nav-item nav-level-3 menu-item-' ~ item.title|clean_class]) %} | ||
| <li{{ ia }}> | ||
| {{ link(item.title, item.url, {'class' : 'nav-link'}) }} | ||
| {% if item.below %} |
There was a problem hiding this comment.
this should go to all 3 themes
There was a problem hiding this comment.
@aleevas Looks ok to me. Can we make the second level collapsible too?
|
@hamrant due to this is an enhancement - we should
/cc @sarah-halby |
… mobile screen for Carnation and Rose theme
|
Can one of the admins verify this patch? Use "o+k to test" or ''t+est this please" for manual build execution. |
5 similar comments
|
Can one of the admins verify this patch? Use "o+k to test" or ''t+est this please" for manual build execution. |
|
Can one of the admins verify this patch? Use "o+k to test" or ''t+est this please" for manual build execution. |
|
Can one of the admins verify this patch? Use "o+k to test" or ''t+est this please" for manual build execution. |
|
Can one of the admins verify this patch? Use "o+k to test" or ''t+est this please" for manual build execution. |
|
Can one of the admins verify this patch? Use "o+k to test" or ''t+est this please" for manual build execution. |




This PR should fix an issue with third level of menu for mobile screen.

How it looks now:
How it will looks after fix:

Steps for review
General checks
Thank you for your contribution!