mirror of
git://develop.git.wordpress.org/
synced 2025-03-20 03:49:54 +01:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@58886 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ddc5d6aba4
commit
ac7045cedf
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user