Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Commit

Permalink
Remove fallback icon wrapper when no fallback text is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
cshold committed Aug 7, 2015
1 parent 7aa27a6 commit 6d3be20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions layout/theme.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,7 @@
{% endcomment %}
<div>
<a href="/cart" class="site-header__cart-toggle js-drawer-open-right" aria-controls="CartDrawer" aria-expanded="false">
<span class="icon-fallback-text">
<span class="icon icon-cart" aria-hidden="true"></span>
</span>
<span class="icon icon-cart" aria-hidden="true"></span>
{{ 'layout.cart.title' | t }}
(<span id="CartCount">{{ cart.item_count }}</span>
{{ 'layout.cart.items_count' | t: count: cart.item_count }}
Expand Down

0 comments on commit 6d3be20

Please sign in to comment.