Make modal background change pointer type
This commit is contained in:
parent
c7dedd9f61
commit
5f8fbbd864
1 changed files with 2 additions and 2 deletions
|
|
@ -2,11 +2,11 @@
|
||||||
<transition name="fade" @after-enter="content = true">
|
<transition name="fade" @after-enter="content = true">
|
||||||
<div
|
<div
|
||||||
v-if="show"
|
v-if="show"
|
||||||
class="modal-container"
|
class="modal-container clickable"
|
||||||
@click.self.stop="content = false"
|
@click.self.stop="content = false"
|
||||||
>
|
>
|
||||||
<transition name="burst" @after-leave="$emit('closed')">
|
<transition name="burst" @after-leave="$emit('closed')">
|
||||||
<div v-if="content" class="modal">
|
<div v-if="content" class="modal unclickable">
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue