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

remove "small" from dict button

parent 33982dc8
No related branches found
No related tags found
No related merge requests found
...@@ -46,13 +46,12 @@ ...@@ -46,13 +46,12 @@
v-bind="attrs" v-bind="attrs"
v-on="on" v-on="on"
plain plain
small
depressed depressed
color = "primary" color = "primary"
text text
@click.native="items=[]"> @click.native="items=[]">
<v-icon small left>book</v-icon> <v-icon left>book</v-icon>
<span v-if="!$vuetify.breakpoint.smAndDown"> <span v-if="!$vuetify.breakpoint.smAndDown">
{{$t(`dicts.${$parent.lang}`)}} {{$t(`dicts.${$parent.lang}`)}}
</span><span v-if="$vuetify.breakpoint.smAndDown">{{$t(`dicts_short.${$parent.lang}`)}}</span></v-btn> </span><span v-if="$vuetify.breakpoint.smAndDown">{{$t(`dicts_short.${$parent.lang}`)}}</span></v-btn>
......
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