We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b618f4f commit a82e953Copy full SHA for a82e953
src/util/pseudoElements.ts
@@ -92,7 +92,7 @@ export function movePseudos(sel: Selector) {
92
93
// ::before:hover => :hover::before (:hover is not attached)
94
// :hover::before => :hover::before (:hover is not attached)
95
- // :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)
96
// ::file-selector-button:hover => ::file-selector-button:hover (:hover is attached)
97
98
// When A is a pseudo-element and Z is a pseudo-class, we want to move A to the end
0 commit comments