#157 - updated cursor type for weekened

Co-authored-by: EwelinaLasowy <ewelina.lasowy@blumilk.pl>
This commit is contained in:
Kamil Niemczycki 2022-06-07 15:14:16 +02:00
parent d281314677
commit 391e1e691c

View File

@ -74,7 +74,7 @@
</Popper> </Popper>
<button <button
v-else-if="day.isWeekend" v-else-if="day.isWeekend"
class="py-1.5 w-full font-medium bg-white hover:bg-blumilk-25 border-b-4 border-transparent focus:outline-blumilk-500 hover:bg-transparent" class="py-1.5 w-full font-medium bg-white hover:bg-blumilk-25 border-b-4 border-transparent focus:outline-blumilk-500 hover:bg-transparent cursor-default"
> >
<time <time
:datetime="day.date.toISODate()" :datetime="day.date.toISODate()"