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);