#157 - updated cursor type for weekened
Co-authored-by: EwelinaLasowy <ewelina.lasowy@blumilk.pl>
This commit is contained in:
parent
d281314677
commit
391e1e691c
@ -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()"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user