hide status preview popper when hover popper content
This commit is contained in:
parent
498d7bcb5e
commit
72fe385ec4
1 changed files with 12 additions and 10 deletions
|
@ -173,6 +173,7 @@
|
|||
<div v-if="isReply" class="reply-to-and-accountname">
|
||||
<Popper ref="statusPreviewPopper" :options="{ placement: 'bottom-start' }" @show="replyEnter(status.in_reply_to_status_id)">
|
||||
<div class="popper-wrapper status-preview">
|
||||
<div class="popper-wrapper-inner" @mouseover.prevent.stop @focus.prevent.stop>
|
||||
<status
|
||||
v-if="preview"
|
||||
:isPreview="true"
|
||||
|
@ -183,6 +184,7 @@
|
|||
<i class="icon-spin4 animate-spin"></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a
|
||||
slot="reference"
|
||||
|
@ -855,11 +857,11 @@ a.unmute {
|
|||
max-width: 95%;
|
||||
margin-left: 0.5em;
|
||||
|
||||
> .status-el.status-el {
|
||||
.status-el.status-el {
|
||||
border: none;
|
||||
}
|
||||
|
||||
> .status-preview-loading {
|
||||
.status-preview-loading {
|
||||
padding: 1em;
|
||||
text-align: center;
|
||||
|
||||
|
|
Loading…
Reference in a new issue