add aria label to loading spinner

This commit is contained in:
Nolan Lawson 2018-02-22 22:10:05 -08:00
parent 23e3de6e26
commit 2fd1f872c5
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<svg class="loading-spinner-icon {{maskStyle ? 'mask-style' : ''}}"
style="width: {{size || 64}}px; height: {{size || 64}}px;"
aria-label="Loading"
>
<use xlink:href="#fa-spinner" />
</svg>

Before

Width:  |  Height:  |  Size: 533 B

After

Width:  |  Height:  |  Size: 559 B