aboutsummaryrefslogtreecommitdiff
path: root/src/components/mention_link/mention_link.scss
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2022-01-10 01:37:20 -0500
committerTusooa Zhu <tusooa@kazv.moe>2022-01-29 16:57:59 -0500
commit95007059d16cfed51b0f3d5c17fbbbe4464a71ed (patch)
tree0901aab8ee5d4a30cba1d4d72d5dc98df3713a8c /src/components/mention_link/mention_link.scss
parent1d4b1b296e8ee37f119f419df49791d99fef4774 (diff)
Style properly usernames without tooltips
Diffstat (limited to 'src/components/mention_link/mention_link.scss')
-rw-r--r--src/components/mention_link/mention_link.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/mention_link/mention_link.scss b/src/components/mention_link/mention_link.scss
index ec2689f8..44e1363a 100644
--- a/src/components/mention_link/mention_link.scss
+++ b/src/components/mention_link/mention_link.scss
@@ -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 {
- & .userName,
+ & .shortName,
& .full {
background-image: linear-gradient(var(--____highlight-tintColor2), var(--____highlight-tintColor2));
}
}
&.-side {
- & .userName,
+ & .shortName,
& .userNameFull {
box-shadow: 0 -5px 3px -4px inset var(--____highlight-solidColor);
}