You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The border radius presets introduced in #67544 are now supported.
The border radius of the Search block is a dynamic block and must be handled individually.
edit.js also now supports borderProps.
How?
Testing Instructions
Add the border radius property to the settings in theme.json.
Place the Search block and verify that the border presets work correctly.
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 props-bot label.
If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
t-hamano
added
[Type] Bug
An existing feature does not function as intended
[Block] Search
Affects the Search Block - used to display a search field
Global Styles
Anything related to the broader Global Styles efforts, including Styles Engine and theme.json
labels
Sep 3, 2025
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the ping @t-hamano, and terrific work @shimotmk! This is testing great for me in the editor and site frontend:
Note that the Search block's support for border in global styles applies to the outer-most area of the Search block, so there didn't need to be any changes made to how global styles works in this PR 👍
Just left a couple of tiny nit comments that look to be a copy/paste typo, but otherwise, LGTM!
[Block] SearchAffects the Search Block - used to display a search fieldGlobal StylesAnything related to the broader Global Styles efforts, including Styles Engine and theme.json[Type] BugAn existing feature does not function as intended
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What?
The border radius presets introduced in #67544 are now supported.
The border radius of the Search block is a dynamic block and must be handled individually.
edit.js also now supports borderProps.
How?
Testing Instructions
Testing Instructions for Keyboard
Screenshots or screencast
before
before-border.1.mp4
after
after-border.1.mp4