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>
|
||||
</template>
|
||||
</div>
|
||||
|
||||
<button
|
||||
v-if="!progress"
|
||||
class="modal-close is-large has-background-primary"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
style="cursor: pointer"
|
||||
:variant="visible || hovered ? 'primary' : undefined"
|
||||
:rectangle="door.position"
|
||||
@mouseover="hovered = true"
|
||||
@mouseout="hovered = false"
|
||||
@mouseenter="hovered = true"
|
||||
@mouseleave="hovered = false"
|
||||
>
|
||||
<div class="has-text-danger">{{ door.day }}</div>
|
||||
</SVGRect>
|
||||
|
|
Loading…
Reference in a new issue