Verified Commit ca84e6d5 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3436761 by simohell: Remove default event from collpased nav-tabs button

(cherry picked from commit 56141280)
parent b825f8e2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
<li{{ attributes.addClass(classes) }}>
  {{ link }}
  {% if is_active and level == 'primary' %}
    <button class="reset-appearance tabs__trigger" aria-label="{{ 'Tabs display toggle'|t }}" data-drupal-nav-tabs-trigger>
    <button class="reset-appearance tabs__trigger" type="button" aria-label="{{ 'Tabs display toggle'|t }}" data-drupal-nav-tabs-trigger>
      {% include "@claro/../images/src/hamburger-menu.svg" %}
    </button>
  {% endif %}