Style properly usernames without tooltips
This commit is contained in:
parent
1d4b1b296e
commit
95007059d1
2 changed files with 9 additions and 8 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue