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. |
|
Flaky tests detected in 7526d3c. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/10423152747
|
aaronrobertshaw
left a comment
There was a problem hiding this comment.
LGTM as well 👍
✅ Global styles apply correctly
✅ Block instance styles override global styles
✅ Styles apply consistently between editor and frontend
✅ Box sizing allows parent to enforce width
✅ Default display of border controls matches spacing controls
Screen.Recording.2024-08-19.at.3.46.03.PM.mp4
|
Thank you both for reviewing this PR. |
Co-authored-by: shail-mehta <shailu25@git.wordpress.org> Co-authored-by: ramonjd <ramonopoly@git.wordpress.org> Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org>

What?
Add Border support in the
Query Titleblock.Part of #43247
Why?
Query Titleblock is missing border support.How?
Add the border support in block.json.
Testing Instructions
Query Titleblock's border is Configurable via Global Styles.Query TitleBlock and Apply the border Styles.Query Titleblock styles take precedence over global Styles.Query Titleblock borders is showing correctly in both the Editor and Frontend.Screenshots or Screencast
add-border-support-in-query-title.mp4