Skip to content

Commit

Permalink
conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiamatulis committed Mar 31, 2022
1 parent 8830412 commit d516f48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions snippets/facets.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@
{%- endif -%}
{% comment %} Drawer and mobile filter {% endcomment %}
<menu-drawer class="mobile-facets__wrapper{% if filter_type == 'horizontal' or filter_type == 'vertical' %} medium-hide large-up-hide{% endif %}" data-breakpoint="mobile">
<h2 class="visually-hidden" id="verticalTitle">{{ 'products.facets.filter_by_label' | t }}</h2>
<details class="mobile-facets__disclosure disclosure-has-popup">
<summary class="mobile-facets__open-wrapper focus-offset">
<span class="mobile-facets__open">
Expand All @@ -408,7 +407,7 @@
<div class="mobile-facets__inner gradient">
<div class="mobile-facets__header">
<div class="mobile-facets__header-inner">
<h2 class="mobile-facets__heading medium-hide large-up-hide">
<h2 class="mobile-facets__heading medium-hide large-up-hide" id="verticalTitle" tabindex="-1">
{%- if enable_filtering and enable_sorting -%}
{{ 'products.facets.filter_and_sort' | t }}
{%- elsif enable_filtering -%}
Expand Down

0 comments on commit d516f48

Please sign in to comment.