Skip to content

Commit a82e953

Browse files
committed
update comment
1 parent b618f4f commit a82e953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/pseudoElements.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export function movePseudos(sel: Selector) {
9292

9393
// ::before:hover => :hover::before (:hover is not attached)
9494
// :hover::before => :hover::before (:hover is not attached)
95-
// :hover::file-selector-button:hover => :hover::file-selector-button (:hover is not attached)
95+
// :hover::file-selector-button => :hover::file-selector-button (:hover is not attached)
9696
// ::file-selector-button:hover => ::file-selector-button:hover (:hover is attached)
9797

9898
// When A is a pseudo-element and Z is a pseudo-class, we want to move A to the end

0 commit comments

Comments
 (0)