mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
correcting cheatsheet glyph content to not include a11y-friendly text
This commit is contained in:
parent
06b2efcda0
commit
657c29f1b9
@ -25,7 +25,7 @@ relative_path: ../
|
||||
{% 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">[&#x{{ icon.unicode }};]</span>
|
||||
|
Loading…
Reference in New Issue
Block a user