fix: cannot hover over project card tooltip items (#6071)

fix: cannot hover over project cards
This commit is contained in:
Truman Gao
2026-05-11 15:39:09 -06:00
committed by GitHub
parent 86d377b915
commit 612934bf34
5 changed files with 47 additions and 3 deletions

View File

@@ -48,7 +48,9 @@ defineOptions({
// When clickable is being hovered or focus-visible, give contents an effect
:first-child:hover + .smart-clickable__contents,
:first-child:focus-visible + .smart-clickable__contents {
:first-child:focus-visible + .smart-clickable__contents,
.smart-clickable__contents:hover,
.smart-clickable__contents:focus-within {
// Utility classes for contents
:deep(.smart-clickable\:underline-on-hover) {
text-decoration: underline;