Style properly usernames without tooltips
This commit is contained in:
parent
1d4b1b296e
commit
95007059d1
2 changed files with 9 additions and 8 deletions
|
@ -19,18 +19,19 @@
|
|||
>
|
||||
<a
|
||||
class="short button-unstyled"
|
||||
:class="{ '-with-tooltip': shouldShowTooltip }"
|
||||
:href="url"
|
||||
@click.prevent="onClick"
|
||||
>
|
||||
<!-- eslint-disable vue/no-v-html -->
|
||||
<FAIcon
|
||||
<span
|
||||
class="shortName"
|
||||
><FAIcon
|
||||
v-if="useAtIcon"
|
||||
size="sm"
|
||||
icon="at"
|
||||
class="at"
|
||||
/><span
|
||||
class="shortName"
|
||||
>{{ !useAtIcon ? '@' : '' }}<span
|
||||
/>{{ !useAtIcon ? '@' : '' }}<span
|
||||
class="userName"
|
||||
v-html="userName"
|
||||
/><span
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue