-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Search: Border radius presets work correctly #71481
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
Search: Border radius presets work correctly #71481
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. |
|
Thanks for the PR! The border radius preset support is a new feature in the WP 6.9 release, so let's fix this issue in the release. |
andrewserong
left a comment
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 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!
Co-authored-by: Andrew Serong <14988353+andrewserong@users.noreply.github.com>
Co-authored-by: Andrew Serong <14988353+andrewserong@users.noreply.github.com>
|
Thanks for the updates! I'll merge this in, now. |
|
@andrewserong |
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