Add aria-hidden to button icons

This commit is contained in:
Dmitry Lyzo 2022-02-24 20:15:24 +03:00
parent 8134096819
commit 119df2cc99
115 changed files with 415 additions and 414 deletions

View file

@ -150,7 +150,7 @@ import '../../elements/emby-button/emby-button';
html += '<h2 class="sectionTitle sectionTitle-cards">';
html += item.Name;
html += '</h2>';
html += '<span class="material-icons hide chevron_right"></span>';
html += '<span class="material-icons hide chevron_right" aria-hidden="true"></span>';
html += '</a>';
html += '</div>';
if (enableScrollX()) {