[wp-trac] [WordPress Trac] #61885: Twenty Fifteen: Search Block button does not have theme's styling in the editor (was: Twenty Fifteen : Search Block button text is lowercase in editor and uppercase in frontend)
WordPress Trac
noreply at wordpress.org
Sat Aug 17 03:53:14 UTC 2024
#61885: Twenty Fifteen: Search Block button does not have theme's styling in the
editor
-------------------------------------------------+-------------------------
Reporter: pitamdey | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future
| Release
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: has-screenshots has-testing-info | Focuses: css
needs-patch |
-------------------------------------------------+-------------------------
Changes (by sabernhardt):
* keywords: has-screenshots has-testing-info => has-screenshots has-
testing-info needs-patch
* milestone: Awaiting Review => Future Release
Comment:
The Search button's colors and font are also wrong in the editor.
The `editor-blocks` stylesheet needs styles to match `button` styles on
the front end.
{{{
/* Search */
.wp-block-search__button {
background-color: #333;
color: #fff;
font-family: "Noto Sans", sans-serif;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61885#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list