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 specificity for buttons with outline style and background colors #24599

Merged
merged 3 commits into from
Aug 18, 2020

Commits on Aug 17, 2020

  1. Fix specificity for buttons with outline style and background colors

    When the .wp-block-button.is-style-outline .wp-block-button_link
    selector was added, its specificity (030) overrode existing
    theme selectors that had 020 specificity.
    oandregal committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    8bee1b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Be more specific

    oandregal committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    a730cf3 View commit details
    Browse the repository at this point in the history
  2. Revert "Be more specific"

    This reverts commit a730cf3.
    oandregal committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    8b7cca1 View commit details
    Browse the repository at this point in the history