Skip to content

Commit

Permalink
Merge pull request #8976 from FortAwesome/talbs/fix-cheatsheet
Browse files Browse the repository at this point in the history
Fix: Remove a11y-friendly Text from Cheatsheet Glyphs
  • Loading branch information
talbs committed Apr 13, 2016
2 parents 06b2efc + 657c29f commit 213cc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cheatsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2 class="page-header">Every Font Awesome {{ site.fontawesome.version }} Icon,
{% for icon in sorted_icons %}
<div class="col-md-4 col-sm-6 col-lg-3">
{% if icon.created >= site.fontawesome.major_version %}<small class="text-muted pull-right">{{ icon.created }}</small>{% endif %}
<i class="fa fa-fw" aria-hidden="true"><span class="sr-only">Copy to use {{ icon.class }}</span>&#x{{ icon.unicode }}</i>
<i class="fa fa-fw" aria-hidden="true" title="Copy to use {{ icon.class }}">&#x{{ icon.unicode }}</i>
fa-{{ icon.class }}
{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}
<span class="text-muted">[&amp;#x{{ icon.unicode }};]</span>
Expand Down

0 comments on commit 213cc1f

Please sign in to comment.