-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Pullquote: Reduce specificity of padding rule to avoid conflicts with global styles #60649
Conversation
Size Change: -3 B (0%) Total Size: 1.75 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this! It's testing well for me 👍
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Thanks for fixing the issue so quickly! |
What?
Fixes #60646
Reduce the specificity of the Pullquote block's default padding rules.
Why?
With global styles rules specificity being reduced as of #60106, the default padding rule for the Pullquote wins out over padding rules set at the block level in
theme.json
. TT4 theme is a good example of a theme that provides its own padding values for this block.How?
Include the Pullquote block's padding rules in the lower specificity
:where()
rule so that the global styles rules will win out. I believe the objective with this particular padding rule was for anything else to override it (i.e. theme styles or global styles), so hopefully this should be a fairly safe reduction. I've smoke tested with TT4, Twenty Twenty and a couple of other themes.Testing Instructions
trunk
, the issue in Pullquote: Theme defined padding is overridden by default #60646 appears — there is too much padding on the block, and the global styles rules do not win outScreenshots or screencast