-
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
Comment Author Name: Add Border Support #64550
Conversation
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. |
Size Change: +155 B (+0.01%) Total Size: 1.77 MB
ℹ️ View Unchanged
|
Flaky tests detected in 2730641. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/10406584521
|
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.
This change appears non-controversial to me. If @aaronrobertshaw (who has had more experience with border block supports than I) doesn't have any issues, then it LGTM!
The author name block already has border support.
Also, the comment author name block has margin and padding support so it complements those.
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 the PR and ping 👍
This tests well for me.
✅ Global styles apply correctly
✅ Block instance styles override global styles
✅ Styles apply consistently between the editor and frontend
✅ Box sizing allows for parent to enforce width
✅ Default border control display is consistent with spacing controls
LGTM 🚢
Thank you both for the review.🙏 |
What?
Add Border support in the
Comment Author Name
block.Part of #43247
Why?
Comment Author Name
block is missing border support.How?
Add the border support in block.json.
Testing Instructions
Comment Author Name
block's border is Configurable via Global Styles.Comment Author Name
Block and Apply the border Styles.Comment Author Name
block styles take precedence over global Styles.Comment Author Name
block borders is showing correctly in both the Editor and Frontend.Screenshots or Screencast
add-border-support-in-comment-author-name.mp4