fix invisible old popover, cleanup, add selection indicator in mentionlinks

This commit is contained in:
Henry Jameson 2022-06-27 14:26:47 +03:00
commit 81bf18a311
3 changed files with 28 additions and 31 deletions

View file

@ -54,24 +54,10 @@
:class="{ '-you': shouldBoldenYou }"
> {{ ' ' + $t('status.you') }}</span>
<!-- eslint-enable vue/no-v-html -->
</a><span
v-if="shouldShowTooltip"
class="full"
>
<span
class="userNameFull"
>
</a><span class="full" ref="full">
<!-- eslint-disable vue/no-v-html -->
@<span
class="userName"
v-html="userName"
/><span
class="serverName"
:class="{ '-faded': shouldFadeDomain }"
v-html="'@' + serverName"
/>
@<span v-html="userName" /><span v-html="'@' + serverName" />
<!-- eslint-enable vue/no-v-html -->
</span>
</span>
</span>
</UserPopover>