Twenty Eleven: Fixes adding citation text color issue in pullquote block.
The pullquote block wasn't reflecting text color added for quote and add citation text across the front and back of editor. This fixes that by adding ensuring whatever color is selected is shown in both Props kajalgohel. Fixes #56524. Built from https://develop.svn.wordpress.org/trunk@57896 git-svn-id: http://core.svn.wordpress.org/trunk@57397 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fa34e40c7b
commit
6ec197bdf3
|
@ -192,7 +192,7 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|||
.wp-block-pullquote__citation,
|
||||
.wp-block-pullquote cite,
|
||||
.wp-block-pullquote footer {
|
||||
color: #141412;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.wp-block-pullquote.alignleft {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.6-alpha-57895';
|
||||
$wp_version = '6.6-alpha-57896';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue