-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Post Comments Link: Add Border Support #68450
Conversation
Size Change: +172 B (+0.01%) Total Size: 1.84 MB
ℹ️ View Unchanged
|
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. |
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.
LGTM
I tested global styles, block styles. Looks good in the editor and frontend.
Thanks!
Flaky tests detected in 5e28892. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12572205143
|
Thank you for the review. |
The current design direction is that the default controls for border support should match any current adoption of spacing supports and their default controls. In other words, if the padding/margin controls show by default, so should the border controls. @shail-mehta can you submit another PR that fixes the default display of border controls here? |
Created PR to Show Border Control Default: PR |
What?
Add border support to the
Post Comments Link
block.Part of #43247
Why?
Post Comments Link
block is missing border support.How?
Add the border support in block.json.
Testing Instructions
Post Comments Link
block's border is Configurable via Global Styles.Archive Template
& AddPost Comments Link
block and Apply the border Styles.Post Comments Link
block styles take precedence over global Styles.Post Comments Link
block borders display correctly in both the Editor and Frontend.Screenshots or Screencast
post-comment-link.mp4