[wp-trac] [WordPress Trac] #60621: Twenty Nineteen: Search block lacks styling in the editor
WordPress Trac
noreply at wordpress.org
Mon Feb 26 12:33:04 UTC 2024
#60621: Twenty Nineteen: Search block lacks styling in the editor
------------------------------+------------------------------
Reporter: nidhidhandhukiya | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: 5.8
Severity: normal | Resolution:
Keywords: | Focuses: css
------------------------------+------------------------------
Comment (by poena):
Hi
Thank you for working on this issue.
The patch is an improvement over the unstyled search block that we have
now.
I want to make the following change requests:
There are some minor formatting issues with both files:
Was the .CSS file generated by building the .SCSS file with the tools?
The CSS file has both two spaces and four spaces inside {{{.wp-block-
search__button}}}, it should be two.
There is a single space missing after the selector:
{{{
.wp-block-search__button{
}}}
Should be
{{{
.wp-block-search__button {
}}}
Line breaks / empty new lines are missing at the end of both files.
- With the font size added, the font size option on the block stopped
working for the input field.
- The button design should match the button block design. The editor and
front does not match.
- The customizer color option does not work for the button in the editor.
See this related issue: https://core.trac.wordpress.org/ticket/59922
--
Ticket URL: <https://core.trac.wordpress.org/ticket/60621#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list