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

Restore more specific CSS for paragraph block custom color classes #13821

Merged

Commits on Feb 11, 2019

  1. Restore more specific CSS for paragraph block custom color classes.

    This extra specificity was removed in #13025, but should be restored because other blocks (buttons, pullquotes, etc),  use the `has-background` and `has-text-color` classes. We don't want the styles here to interfere.
    
    Using a `p` selector here, rather than something like `.wp-block-paragraph` so that this gets picked up correctly on the front-end as well.
    kjellr committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    823871f View commit details
    Browse the repository at this point in the history