-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Labels
[Block] SearchAffects the Search Block - used to display a search fieldAffects the Search Block - used to display a search field[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
Description
The "border" setting in theme.json for the core/search block doesn't apply to the input, as it does when set via the inspector controls.
Step-by-step reproduction instructions
- Add this to your theme.json
"core/search": {
"border": {
"color": "var(--wp--preset--color--orange)",
"style": "solid",
"width": "2px"
},
- Notice that the search block looks like this:
Screenshots, screen recording, code snippet
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
Metadata
Metadata
Assignees
Labels
[Block] SearchAffects the Search Block - used to display a search fieldAffects the Search Block - used to display a search field[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended