-
Notifications
You must be signed in to change notification settings - Fork 112
[CR-86] - added an ability to show a third level of main menu for the mobile screen #2274
base: 9.x-2.x
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? Use "o+k to test" or ''t+est this please" for manual build execution. |
@@ -60,9 +60,33 @@ | |||
{% for item in items %} | |||
{% 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should go to all 3 themes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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!