Fix people list hover

This commit is contained in:
Bojan Mojsilovic 2024-04-24 15:54:05 +02:00
parent 6249bb2733
commit 8557f7a7a8
1 changed files with 1 additions and 9 deletions

View File

@ -273,13 +273,6 @@
border: 1px solid transparent;
}
}
&:hover {
.name {
text-decoration: underline;
color: var(--text-primary);
}
}
}
.about {
@ -299,8 +292,7 @@
text-overflow: ellipsis;
}
&:hover {
&:hover:not(:has(button:hover)) {
.content {
.name {
color: var(--text-primary);