Skip to content

Commit ef92933

Browse files
authored
Disable spurious hover state (#109)
* 我需要更多冰淇淋 * Add the "why"
1 parent 0b3633d commit ef92933

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ button:hover,
152152
margin-inline-end: var(--margin);
153153
}
154154

155-
.ext:hover > *,
155+
/* Don't use .ext:hover https://github.com/hankxdev/one-click-extensions-manager/pull/109 */
156+
.ext:has(:hover) > *,
156157
.keyboard-navigation .ext:focus-within > * {
157158
opacity: 100%;
158159
}

0 commit comments

Comments
 (0)