diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-23 22:15:46 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-23 22:15:46 +0300 |
| commit | f44ae0ce6b689c4dab7f6ae5105ea5b23a909de8 (patch) | |
| tree | d76f89264c2a606f8d9e21582ca624699d3c35ba /src | |
| parent | 666015c9fa2aaafbb602c449a1a2f7529f9bfb1b (diff) | |
aria
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/nav_panel/nav_panel.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/nav_panel/nav_panel.vue b/src/components/nav_panel/nav_panel.vue index 11260818..b4ca6022 100644 --- a/src/components/nav_panel/nav_panel.vue +++ b/src/components/nav_panel/nav_panel.vue @@ -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 |
