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

Button block: reduce chance of style conflicts. #24919

Merged
merged 1 commit into from
Oct 19, 2020

Commits on Aug 30, 2020

  1. Button block: reduce chance of style conflicts.

    Follow up to #24599.
    
    Using the child combinator (instead of the descendant combinator) narrows the selector without increasing its specificity. This should help reduce the likelihood of a style issue occurring when a parent element has an `is-style-outline` CSS class.
    
    https://developer.mozilla.org/en-US/docs/Web/CSS/Child_combinator
    ZebulanStanphill committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    9c7ccb0 View commit details
    Browse the repository at this point in the history