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

Commit

Permalink
Merge pull request #462 from Shopify/icon-wrapper
Browse files Browse the repository at this point in the history
Remove fallback icon wrapper when no fallback text is needed
  • Loading branch information
cshold committed Aug 7, 2015
2 parents 7aa27a6 + 6d3be20 commit ce60cff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions layout/theme.liquid
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 ce60cff

Please sign in to comment.