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

Commits on Dec 2, 2022

  1. Don’t reorder webkit scrollbar pseudo elements

    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 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    f33c0e6 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    thecrypticace committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    c7c47e2 View commit details
    Browse the repository at this point in the history