CalendarDoor cursor style

This commit is contained in:
Jörn-Michael Miehe 2023-11-21 22:33:11 +00:00
parent 08fc47a2e3
commit 6d4ec2cbe7
3 changed files with 1 additions and 2 deletions

View file

@ -38,6 +38,7 @@
:visible="store.is_touch_device"
:title="$advent22.name_door(door.day)"
@click="door_click(door.day)"
style="cursor: pointer"
/>
</ThouCanvas>
</div>

View file

@ -1,6 +1,5 @@
<template>
<SVGRect
style="cursor: pointer"
variant="primary"
:visible="store.is_touch_device || force_visible"
:rectangle="door.position"

View file

@ -12,7 +12,6 @@
v-for="(door, index) in doors"
:key="`door-${index}`"
:door="door"
style="cursor: inherit"
force_visible
/>
<SVGRect