CalendarDoor hover title
This commit is contained in:
parent
f9111e7a45
commit
3b22f09a13
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
variant="primary"
|
||||
:visible="store.is_touch_device || force_visible"
|
||||
:rectangle="door.position"
|
||||
:title="$advent22.name_door(door.day)"
|
||||
>
|
||||
<div class="has-text-danger">{{ door.day }}</div>
|
||||
</SVGRect>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
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}`"
|
||||
style="height: inherit"
|
||||
v-bind="$attrs"
|
||||
>
|
||||
<slot name="default" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue