[wp-trac] [WordPress Trac] #55981: Twenty Nineteen: Pullquote Block Text Color not reflected on frontend
WordPress Trac
noreply at wordpress.org
Thu Sep 29 09:01:15 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: 6.1
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses: css
---------------------------+---------------------
Comment (by poena):
In 55981.3, I implemented the change that @sabernhardt suggested and moved
the text color.
This worked well for me in 5.9.4 and6.1-beta2-54351.
I found one exception, when the pull quote has the black background color
from the palette, the theme enforces a white text color:
{{{
.editor-styles-wrapper .has-dark-gray-background-color p {
color: #fff;
}
}}}
I assume this was added to maintain a high color contrast, -but before
there were text color options.
Do we consider this a bug or feature?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55981#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list