Skip to content

Commit

Permalink
IBX-4023: Hide 'more' menu button from context menu by default (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic authored Oct 19, 2022
1 parent 876c3cf commit 19dee02
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@

{{ menu_items }}

<li class="ibexa-context-menu__item ibexa-context-menu__item--more ibexa-adaptive-items__item ibexa-adaptive-items__item--selector">
<li class="
ibexa-context-menu__item
ibexa-context-menu__item--more
ibexa-context-menu__item--hidden
ibexa-adaptive-items__item
ibexa-adaptive-items__item--selector
">
<button class="{{ selector_btn_classes ~ ' ibexa-btn--more' }}">
<svg class="ibexa-icon ibexa-icon--small">
<use xlink:href="{{ ibexa_icon_path('options') }}"></use>
Expand Down

0 comments on commit 19dee02

Please sign in to comment.