Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Apr 7, 2023
1 parent b618f4f commit a82e953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/pseudoElements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export function movePseudos(sel: Selector) {

// ::before:hover => :hover::before (:hover is not attached)
// :hover::before => :hover::before (:hover is not attached)
// :hover::file-selector-button:hover => :hover::file-selector-button (:hover is not attached)
// :hover::file-selector-button => :hover::file-selector-button (:hover is not attached)
// ::file-selector-button:hover => ::file-selector-button:hover (:hover is attached)

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

0 comments on commit a82e953

Please sign in to comment.