commit: 8a594e2f98f49eeff105de9c956764c15a0ef80a
parent 9f30ccc26bf4f87f6836fe37e43a9f0ddede6727
Author: Henry Jameson <me@hjkos.com>
Date: Thu, 22 Dec 2022 12:31:36 +0200
more aria
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
@@ -155,6 +155,7 @@
class="button-unstyled expand-icon"
@click.prevent="toggleStatusExpanded"
:title="$t('tool_tip.toggle_expand')"
+ :aria-expanded="statusExpanded"
>
<FAIcon
class="fa-scale-110"
@@ -178,6 +179,7 @@
v-if="needMute"
class="button-unstyled"
:title="$t('tool_tip.toggle_mute')"
+ :aria-expanded="!unmuted"
@click.prevent="toggleMute"
>
<FAIcon