Add aria-controls to extra-buttons trigger
This commit is contained in:
parent
0026b35f66
commit
82063f34b2
6 changed files with 23 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<Popover
|
||||
class="ExtraButtons"
|
||||
trigger="click"
|
||||
:triggerAttrs="{ title: $t('status.more_actions') }"
|
||||
:trigger-attrs="triggerAttrs"
|
||||
placement="top"
|
||||
:offset="{ y: 5 }"
|
||||
:bound-to="{ x: 'container' }"
|
||||
|
|
@ -14,6 +14,7 @@
|
|||
<div
|
||||
class="dropdown-menu"
|
||||
role="menu"
|
||||
:id="`popup-menu-${randomSeed}`"
|
||||
>
|
||||
<button
|
||||
v-if="canMute && !status.thread_muted"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue