Make the "upload attachment" button less obvious
This commit is contained in:
parent
f4b47ec374
commit
e473a6b70b
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
<a
|
||||
:disabled="attachmentService.loading"
|
||||
@click="$refs.files.click()"
|
||||
class="button is-primary mb-4"
|
||||
class="button mb-4 has-no-shadow"
|
||||
v-if="editEnabled">
|
||||
<span class="icon is-small"><icon icon="cloud-upload-alt"/></span>
|
||||
Upload attachment
|
||||
|
|
Loading…
Reference in a new issue