Twenty Seventeen: Fixes Pullquote block text color not changing on front.

The Pullquote block text color was not changing on the front. This overrides the inlined styles.

Props iamjaydip, laurelfulford, sabernhardt.
Fixes #46080.

Built from https://develop.svn.wordpress.org/trunk@58886


git-svn-id: http://core.svn.wordpress.org/trunk@58282 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Tammie Lister 2024-08-12 13:44:15 +00:00
parent 4f8f6e9fa2
commit 95f6808e03
2 changed files with 5 additions and 1 deletions

View File

@ -649,6 +649,10 @@ html[lang="th"] .edit-post-visual-editor * {
border: 0 solid;
}
figure.wp-block-pullquote blockquote {
color: inherit;
}
.wp-block-pullquote.alignleft blockquote > .editor-rich-text p,
.wp-block-pullquote.alignright blockquote > .editor-rich-text p {
font-size: 20px;

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.7-alpha-58885';
$wp_version = '6.7-alpha-58886';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.