CalendarDoor hover title

This commit is contained in:
Jörn-Michael Miehe 2023-11-09 18:31:07 +00:00
parent f9111e7a45
commit 3b22f09a13
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@
variant="primary" variant="primary"
:visible="store.is_touch_device || force_visible" :visible="store.is_touch_device || force_visible"
:rectangle="door.position" :rectangle="door.position"
:title="$advent22.name_door(door.day)"
> >
<div class="has-text-danger">{{ door.day }}</div> <div class="has-text-danger">{{ door.day }}</div>
</SVGRect> </SVGRect>

View file

@ -10,6 +10,7 @@
xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml"
:class="`px-4 is-flex is-align-items-center is-justify-content-center is-size-1 has-text-weight-bold ${extra_classes}`" :class="`px-4 is-flex is-align-items-center is-justify-content-center is-size-1 has-text-weight-bold ${extra_classes}`"
style="height: inherit" style="height: inherit"
v-bind="$attrs"
> >
<slot name="default" /> <slot name="default" />
</div> </div>