aria
This commit is contained in:
parent
35fea49bd0
commit
c47bfe53ff
1 changed files with 1 additions and 1 deletions
|
|
@ -12,13 +12,13 @@
|
|||
<article
|
||||
class="NotificationParent"
|
||||
:class="{ '-expandable': expandable }"
|
||||
:aria-controls="'notif-' +notification.id"
|
||||
v-else
|
||||
>
|
||||
<div
|
||||
v-if="needMute && !unmuted"
|
||||
:id="'notif-' +notification.id"
|
||||
:aria-expanded="statusExpanded"
|
||||
:aria-controls="'notif-' +notification.id"
|
||||
class="Notification container -muted"
|
||||
>
|
||||
<small>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue