mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-01 15:59:38 +00:00
Merge pull request #4973 from KiwiHour/jump-backwards-label-fix
Fix screen reader compatability issue for the "jump backwards" button for media controls
This commit is contained in:
commit
b61e2c30f2
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
</button>
|
||||
</ui-tooltip>
|
||||
<ui-tooltip direction="top" :text="jumpBackwardText">
|
||||
<button :aria-label="jumpForwardText" class="text-gray-300" @mousedown.prevent @mouseup.prevent @click.stop="jumpBackward">
|
||||
<button :aria-label="jumpBackwardText" class="text-gray-300" @mousedown.prevent @mouseup.prevent @click.stop="jumpBackward">
|
||||
<span class="material-symbols text-2xl sm:text-3xl">replay</span>
|
||||
</button>
|
||||
</ui-tooltip>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue