[wp-trac] [WordPress Trac] #60408: Twenty Nineteen: Theme block styles are not applied to blocks in the widget area
WordPress Trac
noreply at wordpress.org
Thu Feb 1 08:36:13 UTC 2024
#60408: Twenty Nineteen: Theme block styles are not applied to blocks in the widget
area
---------------------------+-----------------------------
Reporter: poena | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version:
Severity: normal | Keywords:
Focuses: |
---------------------------+-----------------------------
Twenty Nineteen adds extra styling for some blocks, but on the front, the
styles use
the class names {{{.entry .entry-content}}} as part of the selector:
{{{
.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-
background) {
background-color: #0073aa;
}
}}}
So the styles are applied in the post content area, but not applied to
blocks placed in the widget area.
The blocks in the widget area on the front does not match what is in the
widget admin screen.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/60408>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list