general UI improvements
This commit is contained in:
parent
11cb3fef38
commit
dcbcdc425a
2 changed files with 7 additions and 2 deletions
|
@ -17,6 +17,11 @@
|
||||||
</figure>
|
</figure>
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<button
|
||||||
|
v-if="!progress"
|
||||||
|
class="modal-close is-large has-background-primary"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
style="cursor: pointer"
|
style="cursor: pointer"
|
||||||
:variant="visible || hovered ? 'primary' : undefined"
|
:variant="visible || hovered ? 'primary' : undefined"
|
||||||
:rectangle="door.position"
|
:rectangle="door.position"
|
||||||
@mouseover="hovered = true"
|
@mouseenter="hovered = true"
|
||||||
@mouseout="hovered = false"
|
@mouseleave="hovered = false"
|
||||||
>
|
>
|
||||||
<div class="has-text-danger">{{ door.day }}</div>
|
<div class="has-text-danger">{{ door.day }}</div>
|
||||||
</SVGRect>
|
</SVGRect>
|
||||||
|
|
Loading…
Reference in a new issue