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

Merge branch 'prod' of git.app.uib.no:spraksamlingane/beta.ordbok.uib.no into...

Merge branch 'prod' of git.app.uib.no:spraksamlingane/beta.ordbok.uib.no into hotfix-invalid-articles
parents d81f32be 2e32d282
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,8 @@
<div class = "banner" aria-hidden="true" :class="$vuetify.breakpoint">
<div>
<h1 tabindex="-1"><a :class="$vuetify.breakpoint.name" href="/">Ordbøkene</a></h1>
<p tabindex="-1" class="sub-title"><a href="/">{{$t("sub_title")}}</a></p>
<h1 :class="$vuetify.breakpoint.name">Ordbøkene</h1>
<p class="sub-title">{{$t("sub_title")}}</p>
</div>
</div>
......@@ -125,11 +125,11 @@ h1 {
color: var(--v-primary-base)
}
.banner h1 a {
.banner h1 {
font-size: 48px;
}
h1 > a.xs, h1 > a.sm {
h1.xs, h1.sm {
font-size: 36px;
}
......@@ -202,7 +202,7 @@ footer a {
}
.sub-title a {
.sub-title {
color: var(--v-primary-base) !important;
}
......
......@@ -189,10 +189,6 @@ export default {
let focused =document.getElementById(this.$route.hash.replace("#",""))
if (focused) focused.scrollIntoView({block: "center"})
}
else if (this.$parent.article) {
document.getElementById("return_link").focus()
}
},
methods: {
parse_definitions: function(node) {
......
......@@ -33,7 +33,7 @@
<v-card>
<v-toolbar elevation="0">
<v-toolbar-title>Sitere artikkelen</v-toolbar-title>
<v-spacer></v-spacer><v-toolbar-items><v-btn :aria-label="$t('cancel')" @click="close_citation_dialog" text>{{$t('close')}}<v-icon right>close</v-icon></v-btn></v-toolbar-items></v-toolbar>
<v-spacer></v-spacer><v-toolbar-items><v-btn @click="close_citation_dialog" text>{{$t('close')}}<v-icon right>close</v-icon></v-btn></v-toolbar-items></v-toolbar>
<v-card-text class="text--primary">
{{$t("article.cite_description[0]", content_locale)}}<em>{{$t('dicts.'+$parent.dictionary)}}</em>{{$t("article.cite_description[1]", content_locale)}}
<br/>
......
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