forked from cybrespace/pinafore
add aria label to loading spinner
This commit is contained in:
parent
23e3de6e26
commit
2fd1f872c5
|
@ -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 |
Loading…
Reference in New Issue