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

@ -30,9 +30,9 @@
/>
</h3>
<div v-if="!showAll">
<a @click="showTodaysTasks()" class="button noshadow mr-2">Today</a>
<a @click="setDatesToNextWeek()" class="button noshadow mr-2">Next Week</a>
<a @click="setDatesToNextMonth()" class="button noshadow">Next Month</a>
<a @click="showTodaysTasks()" class="button has-no-shadow mr-2">Today</a>
<a @click="setDatesToNextWeek()" class="button has-no-shadow mr-2">Next Week</a>
<a @click="setDatesToNextMonth()" class="button has-no-shadow">Next Month</a>
</div>
<template v-if="!taskService.loading && (!hasUndoneTasks || !tasks || tasks.length === 0)">
<h3 class="nothing">Nothing to do - Have a nice day!</h3>