more aria
This commit is contained in:
parent
9f30ccc26b
commit
8a594e2f98
|
@ -155,6 +155,7 @@
|
||||||
class="button-unstyled expand-icon"
|
class="button-unstyled expand-icon"
|
||||||
@click.prevent="toggleStatusExpanded"
|
@click.prevent="toggleStatusExpanded"
|
||||||
:title="$t('tool_tip.toggle_expand')"
|
:title="$t('tool_tip.toggle_expand')"
|
||||||
|
:aria-expanded="statusExpanded"
|
||||||
>
|
>
|
||||||
<FAIcon
|
<FAIcon
|
||||||
class="fa-scale-110"
|
class="fa-scale-110"
|
||||||
|
@ -178,6 +179,7 @@
|
||||||
v-if="needMute"
|
v-if="needMute"
|
||||||
class="button-unstyled"
|
class="button-unstyled"
|
||||||
:title="$t('tool_tip.toggle_mute')"
|
:title="$t('tool_tip.toggle_mute')"
|
||||||
|
:aria-expanded="!unmuted"
|
||||||
@click.prevent="toggleMute"
|
@click.prevent="toggleMute"
|
||||||
>
|
>
|
||||||
<FAIcon
|
<FAIcon
|
||||||
|
|
Loading…
Reference in New Issue