Rename .noshadow to .has-no-shadow

This commit is contained in:
kolaente 2021-01-17 13:21:58 +01:00
parent e960202607
commit 4f872c92d8
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
18 changed files with 48 additions and 43 deletions

View file

@ -18,7 +18,7 @@
v-model="namespace.title"/>
</p>
<p class="control">
<button :disabled="namespace.title === ''" @click="newNamespace()" class="button is-primary noshadow">
<button :disabled="namespace.title === ''" @click="newNamespace()" class="button is-primary has-no-shadow">
<span class="icon is-small">
<icon icon="plus"/>
</span>