[wp-trac] [WordPress Trac] #55981: Twenty Nineteen: Pullquote Block Text Color not reflected on frontend
WordPress Trac
noreply at wordpress.org
Wed Jun 15 19:42:54 UTC 2022
#55981: Twenty Nineteen: Pullquote Block Text Color not reflected on frontend
---------------------------+-----------------------------
Reporter: nithins53 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: css
---------------------------+-----------------------------
Changes (by sabernhardt):
* focuses: => css
* component: Themes => Bundled Theme
* milestone: Awaiting Review => Future Release
Comment:
Thanks for the report!
This had been fixed on #49410, but now the color class is added to the
`.wp-block-pullquote` figure instead of the blockquote element.
Perhaps each color in `_blocks.scss` could include a selector like `.wp-
block-pullquote.has-primary-color blockquote`.
{{{
.has-primary-color,
.wp-block-pullquote blockquote.has-primary-color,
.wp-block-pullquote.has-primary-color blockquote,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color
> p {
color: $color__link;
}
}}}
(The Solid Color block style seems unavailable now, so that may not need
adjustment.)
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55981#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list