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

cleanup

parent 75f0cd3e
No related branches found
No related tags found
No related merge requests found
...@@ -19,19 +19,8 @@ ...@@ -19,19 +19,8 @@
</v-card> </v-card>
</v-menu>) </v-menu>)
</span> </span>
<div class="article-toolbar"> <!-- <div class="inflection-wrapper" v-if="inflected">
<v-btn x-small depressed class="toolbar-button" rounded tabindex="0" @click="shareViaWebShare">
<v-icon small>link</v-icon>
</v-btn>
<v-btn depressed small class="toolbar-button" rounded tabindex="0" @click="shareViaWebShare">
<v-icon small>share</v-icon>
</v-btn>
<v-btn depressed small class="toolbar-button" rounded tabindex="0" @click="shareViaWebShare">
<v-icon small>format_quote</v-icon>
</v-btn>-->
<div v-if="inflected">
<v-btn class="show-inflection" rounded depressed small @click.native="toggle" :class="$vuetify.breakpoint.name"> <v-btn class="show-inflection" rounded depressed small @click.native="toggle" :class="$vuetify.breakpoint.name">
<span v-bind:class="[{open:inflection_expanded}, dictionary]">bøyning</span> <span v-bind:class="[{open:inflection_expanded}, dictionary]">bøyning</span>
</v-btn> </v-btn>
...@@ -39,13 +28,6 @@ ...@@ -39,13 +28,6 @@
<inflectionTable :lemmaList="lemmas_with_word_class_and_lang" :mq="$vuetify.breakpoint.name" /> <inflectionTable :lemmaList="lemmas_with_word_class_and_lang" :mq="$vuetify.breakpoint.name" />
</div> </div>
</div>
<!--
<details :title="inflect_tooltip" @toggle="toggle()" v-if="inflected" :class="$vuetify.breakpoint.name">
<summary :class="dictionary" onclick="this.blur()" tabindex="0">bøying</summary>
</details>-->
</div> </div>
</div> </div>
......
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