Skip to content
Snippets Groups Projects
Commit 8c43a4f8 authored by Stew West's avatar Stew West
Browse files

Issue #3454302: Meaningful Icons have no alternative text

parent 30a6cecb
No related branches found
No related tags found
1 merge request!19Issue #3454302: Meaningful Icons have no alternative text
......@@ -5,4 +5,4 @@
'pointer-events-none'
]|merge(utility_classes ? utility_classes : [])
%}
<span {{ attributes.setAttribute('aria-hidden', 'true').addClass(icon_classes)}}>{{ icon }}</span>
\ No newline at end of file
<span {{ attributes.setAttribute('aria-hidden', 'true').addClass(icon_classes)}} role="img">{{ icon }}</span>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment