From 8557f7a7a8c8b93bee680db2f47f3c7b4854bbb2 Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Wed, 24 Apr 2024 15:54:05 +0200 Subject: [PATCH] Fix people list hover --- src/components/PeopleList/PeopleList.module.scss | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/components/PeopleList/PeopleList.module.scss b/src/components/PeopleList/PeopleList.module.scss index e521cc5..7797d50 100644 --- a/src/components/PeopleList/PeopleList.module.scss +++ b/src/components/PeopleList/PeopleList.module.scss @@ -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);