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

Merge branch 'hotfixes-a11y' into 'prod'

Hotfixes a11y

See merge request spraksamlingane/beta.ordbok.uib.no!203
parents 85637596 274154fa
No related branches found
No related tags found
No related merge requests found
......@@ -19,10 +19,10 @@
<div id="photo-attribution" aria-hidden="true" v-if="!$route.name && $vuetify.breakpoint.mdAndUp">{{$t('photo')}}</div>
<div :class="$vuetify.breakpoint.xs?'sm':'lg'">
<div>
<img id="srlogo" src="./assets/Sprakradet_logo_neg.png" alt="Logo, Språkrådet">
<img id="srlogo" src="./assets/Sprakradet_logo_neg.png" alt="Språkrådet, logo">
</div>
<div>
<img id="uiblogo" src="./assets/uib-logo.svg" alt="Logo, UiB">
<img id="uiblogo" src="./assets/uib-logo.svg" alt="UiB, logo">
</div>
</div>
<div><em>Bokmålsordboka</em>{{$t('and')}}<em>Nynorskordboka</em>{{$t('footer_description')}}
......
......@@ -3,7 +3,7 @@
<span :is="$vuetify.breakpoint.smAndDown ? 'div' : 'span'" class="inflection-wrapper" v-if="inflected">
<v-btn :aria-controls="'inflection-canvas'+$parent.title_id" :aria-expanded="inflection_expanded" v-if="!($store.state.inflectionExpanded && $route.name)" class="show-inflection" small depressed rounded @click.native="toggle" :class="$vuetify.breakpoint.name">
<v-btn :aria-controls="'inflection-canvas'+$parent.title_id" :aria-expanded="inflection_expanded ? 'true' : 'false'" v-if="!($store.state.inflectionExpanded && $route.name)" class="show-inflection" small depressed rounded @click.native="toggle" :class="$vuetify.breakpoint.name">
<span>{{inflection_expanded? $t('article.hide_inflection', $parent.content_locale):$t('article.show_inflection', $parent.content_locale)}}</span><span class = "inflection-arrow"><v-icon small right>{{this.inflection_expanded? "remove" : "add"}}</v-icon></span>
</v-btn>
<div :id="'inflection-canvas'+$parent.title_id" class="inflection-canvas">
......
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