aria
This commit is contained in:
parent
666015c9fa
commit
f44ae0ce6b
@ -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 New Issue
Block a user