mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-22 15:53:01 +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"
|
:visible="store.is_touch_device"
|
||||||
:title="$advent22.name_door(door.day)"
|
:title="$advent22.name_door(door.day)"
|
||||||
@click="door_click(door.day)"
|
@click="door_click(door.day)"
|
||||||
|
style="cursor: pointer"
|
||||||
/>
|
/>
|
||||||
</ThouCanvas>
|
</ThouCanvas>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<SVGRect
|
<SVGRect
|
||||||
style="cursor: pointer"
|
|
||||||
variant="primary"
|
variant="primary"
|
||||||
:visible="store.is_touch_device || force_visible"
|
:visible="store.is_touch_device || force_visible"
|
||||||
:rectangle="door.position"
|
:rectangle="door.position"
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
v-for="(door, index) in doors"
|
v-for="(door, index) in doors"
|
||||||
:key="`door-${index}`"
|
:key="`door-${index}`"
|
||||||
:door="door"
|
:door="door"
|
||||||
style="cursor: inherit"
|
|
||||||
force_visible
|
force_visible
|
||||||
/>
|
/>
|
||||||
<SVGRect
|
<SVGRect
|
||||||
|
|
Loading…
Reference in a new issue