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

tweak dict selector

parent 6baee689
No related branches found
No related tags found
No related merge requests found
...@@ -38,10 +38,11 @@ ...@@ -38,10 +38,11 @@
> >
Åpne toppmeny</a> Åpne toppmeny</a>
<v-divider vertical/>
<v-menu allowOverflow: true offsetY> <v-menu allowOverflow: true offsetY>
<template v-slot:activator="{ on, attrs }"> <template v-slot:activator="{ on, attrs }">
<v-btn <v-btn class="search-field-button"
v-bind="attrs" v-bind="attrs"
v-on="on" v-on="on"
plain plain
...@@ -50,6 +51,7 @@ ...@@ -50,6 +51,7 @@
color = "primary" color = "primary"
text text
@click.native="items=[]"> @click.native="items=[]">
<v-icon small left>book</v-icon> <v-icon small left>book</v-icon>
<span v-if="!$vuetify.breakpoint.smAndDown"> <span v-if="!$vuetify.breakpoint.smAndDown">
{{$t(`dicts.${$parent.lang}`)}} {{$t(`dicts.${$parent.lang}`)}}
...@@ -230,7 +232,6 @@ v-toolbar { ...@@ -230,7 +232,6 @@ v-toolbar {
.search-field-button { .search-field-button {
padding-right: 0px !important; padding-right: 0px !important;
padding-left: 0px !important;
} }
.accessibility_link { .accessibility_link {
...@@ -247,4 +248,6 @@ v-toolbar { ...@@ -247,4 +248,6 @@ v-toolbar {
padding: 10px; padding: 10px;
z-index: 10000; z-index: 10000;
} }
</style> </style>
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