aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-12-22 12:31:36 +0200
committerHenry Jameson <me@hjkos.com>2022-12-22 12:31:49 +0200
commit8a594e2f98f49eeff105de9c956764c15a0ef80a (patch)
treef19489b7e29d0baa99b5ae7c563446466e398aa0 /src/components
parent9f30ccc26bf4f87f6836fe37e43a9f0ddede6727 (diff)
more aria
Diffstat (limited to 'src/components')
-rw-r--r--src/components/notification/notification.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index fcd48ed5..f1aa5420 100644
--- 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