aria
This commit is contained in:
parent
666015c9fa
commit
f44ae0ce6b
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
<button
|
||||
class="button-unstyled menu-item"
|
||||
@click="toggleTimelines"
|
||||
:aria-expanded="showTimelines ? 'true' : 'false'"
|
||||
>
|
||||
<FAIcon
|
||||
fixed-width
|
||||
|
@ -56,6 +57,7 @@
|
|||
<button
|
||||
class="button-unstyled menu-item"
|
||||
@click="toggleLists"
|
||||
:aria-expanded="showLists ? 'true' : 'false'"
|
||||
>
|
||||
<FAIcon
|
||||
fixed-width
|
||||
|
|
Loading…
Reference in a new issue