Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don’t reorder webkit scrollbar pseudo elements #9991

Merged
merged 2 commits into from Dec 2, 2022

Conversation

thecrypticace
Copy link
Contributor

In reality, we need to stop reordering pseudo elements completely as ::before:hover and ::after:hover are 100% valid and should work per the CSS selector spec even though no browser currently supports it but that would be a pretty big breaking change.

So we'll just add some more exceptions to the reordering mechanics instead.

Fixes #9977

In reality, we need to stop reordering pseudo elements completely as `::before:hover` and `::after:hover` are 100% valid and should work per the CSS selector spec even though no browser currently supports it.
@thecrypticace thecrypticace merged commit c515a91 into master Dec 2, 2022
@thecrypticace thecrypticace deleted the fix/webkit-scrollbar-pseudo-ordering branch December 2, 2022 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

arbitrary variants with modifiers inside the selector are generated in the wrong order
1 participant