mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 21:59:18 +02:00
Fixed some unfocusable links/buttons
This commit is contained in:
parent
541e3f0e7d
commit
d4a256b2f9
21 changed files with 104 additions and 97 deletions
|
@ -72,7 +72,7 @@
|
|||
</div>
|
||||
<div class="progress">
|
||||
<template v-if="!isLoadingAudio">
|
||||
<span role="button" class="left floated timer start" @click="setCurrentTime(0)">{{currentTimeFormatted}}</span>
|
||||
<a href="" :aria-label="labels.restart" class="left floated timer discrete start" @click.prevent="setCurrentTime(0)">{{currentTimeFormatted}}</a>
|
||||
<span class="right floated timer total">{{durationFormatted}}</span>
|
||||
</template>
|
||||
<template v-else>
|
||||
|
@ -272,7 +272,8 @@ export default {
|
|||
return {
|
||||
queue: this.$pgettext('*/*/*', 'Queue'),
|
||||
duration: this.$pgettext('*/*/*', 'Duration'),
|
||||
addArtistContentFilter: this.$pgettext('Sidebar/Player/Icon.Tooltip/Verb', 'Hide content from this artist…')
|
||||
addArtistContentFilter: this.$pgettext('Sidebar/Player/Icon.Tooltip/Verb', 'Hide content from this artist…'),
|
||||
restart: this.$pgettext('*/*/*', 'Restart track'),
|
||||
}
|
||||
},
|
||||
timeLeft () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue