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

Fix the nesting of not_match_link features #9842

Merged
merged 1 commit into from
Apr 14, 2021
Merged

Commits on Apr 13, 2021

  1. Fix the nesting of not_match_link features

    These were accidentally both defining css.selectors.not_match_link,
    merged together by `extend`.
    
    This removes css.selectors.not_match_link and adds
    css.selectors.any-link.not_match_link + css.selectors.link.not_match_link.
    
    Note that a correctly nested css.selectors.visited.not_match_link
    already existed.
    foolip committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    19853aa View commit details
    Browse the repository at this point in the history