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

@ -9,7 +9,7 @@ const createButtonElement = ({index}) => ({
class='btnDelete listItemButton'
data-index='${index}'
>
<span class='material-icons delete' />
<span class='material-icons delete' aria-hidden='true' />
</button>`
});