Skip to content

Commit

Permalink
feat(menu): allows more menu items - FRONT-3354 (#2253)
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryro authored Dec 8, 2021
1 parent 6a5041d commit 7b984fd
Show file tree
Hide file tree
Showing 12 changed files with 4,888 additions and 96 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{% endif %}

{% if item.children is defined and item.children is not empty and item.children is iterable %}
{% set _menu_list_item_attributes = _menu_list_item_attributes ~ ' data-ecl-has-children' %}
{% set _menu_list_item_attributes = _menu_list_item_attributes ~ ' data-ecl-has-children aria-haspopup aria-expanded="false"' %}
{% set _menu_list_item_class = _menu_list_item_class ~ ' ecl-menu__item--has-children' %}
{% endif %}

Expand Down
Loading

1 comment on commit 7b984fd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.