Rename .noshadow to .has-no-shadow
This commit is contained in:
parent
e960202607
commit
4f872c92d8
18 changed files with 48 additions and 43 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue