mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-22 07:43:00 +00:00
CalendarDoor cursor style
This commit is contained in:
parent
08fc47a2e3
commit
6d4ec2cbe7
3 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<template>
|
||||
<SVGRect
|
||||
style="cursor: pointer"
|
||||
variant="primary"
|
||||
:visible="store.is_touch_device || force_visible"
|
||||
:rectangle="door.position"
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
v-for="(door, index) in doors"
|
||||
:key="`door-${index}`"
|
||||
:door="door"
|
||||
style="cursor: inherit"
|
||||
force_visible
|
||||
/>
|
||||
<SVGRect
|
||||
|
|
Loading…
Reference in a new issue