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

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

View File

@ -193,7 +193,7 @@
</div>
<a
@click="toggleShowNewTaskInput(bucket.id)"
class="button noshadow is-transparent is-fullwidth has-text-centered"
class="button has-no-shadow is-transparent is-fullwidth has-text-centered"
v-if="!showNewTaskInput[bucket.id]">
<span class="icon is-small">
<icon icon="plus"/>
@ -224,7 +224,7 @@
/>
<a
@click="() => showNewBucketInput = true"
class="button noshadow is-transparent is-fullwidth has-text-centered" v-if="!showNewBucketInput">
class="button has-no-shadow is-transparent is-fullwidth has-text-centered" v-if="!showNewBucketInput">
<span class="icon is-small">
<icon icon="plus"/>
</span>

View File

@ -21,7 +21,7 @@
<button
:class="{'is-loading': taskCollectionService.loading}"
@click="searchTasks"
class="button noshadow is-primary">
class="button has-no-shadow is-primary">
Search
</button>
</div>