1
0

Rename .noshadow to .has-no-shadow

This commit is contained in:
kolaente
2021-01-17 13:21:58 +01:00
parent e960202607
commit 4f872c92d8
18 changed files with 48 additions and 43 deletions

View File

@ -44,7 +44,7 @@
<input :value="getShareLink(s.hash)" class="input" readonly type="text"/>
</div>
<div class="control">
<a @click="copy(getShareLink(s.hash))" class="button is-primary noshadow" v-tooltip="'Copy to clipboard'">
<a @click="copy(getShareLink(s.hash))" class="button is-primary has-no-shadow" v-tooltip="'Copy to clipboard'">
<span class="icon">
<icon icon="paste"/>
</span>