Skip to content

Commit

Permalink
Remove bubble for price filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
KaichenWang committed Aug 4, 2021
1 parent 212e99a commit efd9d52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sections/main-collection-product-grid.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@
<summary class="mobile-facets__summary">
<div>
<span>{{ filter.label | escape }}</span>
<span class="count-bubble{%- if filter.min_value.value or filter.max_value.value -%}{{ filter.active_values.size }} count-bubble--dot{% endif %}"></span>
<span class="mobile-facets__arrow no-js-hidden">{% render 'icon-arrow' %}</span>
<noscript>{% render 'icon-caret' %}</noscript>
</div>
Expand Down

0 comments on commit efd9d52

Please sign in to comment.