Contrast and labelling fixes

This commit is contained in:
Ciarán Ainsworth 2020-08-01 11:11:51 +02:00 committed by Agate
parent abcac3ffd0
commit 33ba92a0d6
81 changed files with 441 additions and 329 deletions

View file

@ -2,9 +2,9 @@
<span :title="title" :class="['ui', {'tiny': discrete}, {'icon': !discrete}, {'buttons': !dropdownOnly && !iconOnly}, 'play-button component-play-button']">
<button
v-if="!dropdownOnly"
:title="labels.replacePlay"
@click.stop.prevent="replacePlay"
:disabled="!playable"
:aria-label="labels.replacePlay"
:class="buttonClasses.concat(['ui', {loading: isLoading}, {'mini': discrete}, {disabled: !playable}])">
<i :class="[playIconClass, 'icon']"></i>
<template v-if="!discrete && !iconOnly">&nbsp;<slot><translate translate-context="*/Queue/Button.Label/Short, Verb">Play</translate></slot></template>