Skip to content
Snippets Groups Projects
Commit 97bea848 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

add aria properties to top menu

parent 9c610fa7
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,10 @@ ...@@ -37,7 +37,10 @@
</v-toolbar-items> </v-toolbar-items>
<v-btn id="top_menu" width="96px" v-if="$route.name != 'about'" aria-labelledby="menu_label" text @click.native="menuOpen = !menuOpen"> <v-btn id="top_menu"
:aria-expanded="menuOpen? 'true' : 'false'"
aria-haspopup="menu"
width="96px" v-if="$route.name != 'about'" aria-labelledby="menu_label" text @click.native="menuOpen = !menuOpen">
<span id="menu_label">{{$t('menu.title')}}</span><v-icon right>{{menuOpen? 'close' : 'menu'}}</v-icon></v-btn> <span id="menu_label">{{$t('menu.title')}}</span><v-icon right>{{menuOpen? 'close' : 'menu'}}</v-icon></v-btn>
<v-divider vertical/> <v-divider vertical/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment