@@ -27,7 +27,7 @@
user-select: all;
}
- .short {
+ .short.-with-tooltip {
user-select: none;
@@ -56,7 +56,7 @@
&.-striped {
- & .userName,
+ & .shortName,
& .full {
background-image:
repeating-linear-gradient(
@@ -70,14 +70,14 @@
&.-solid {
background-image: linear-gradient(var(--____highlight-tintColor2), var(--____highlight-tintColor2));
&.-side {
& .userNameFull {
box-shadow: 0 -5px 3px -4px inset var(--____highlight-solidColor);
@@ -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