[Pullquote] cite
style defined in theme.json
not applying
#25
Labels
🐛 Bug
I installed this, and now my website is broken.
WordPress Issue
Whatcha doin' to me WordPress/Gutenberg?
The nested
cite
styles intheme.json
, specifically forcolor
, is broken when using Gutenberg 18.1 (WP 6.6). This PR reduces the specificity of the global styles selector, wrapping everything in:where()
:This change causes the Pullquote's
cite
style nested in.wp-block-pullquote
to inherit the color of its parent: https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/src/pullquote/style.scssPreviously, this was a non-issue because the
theme.json
-defined color would overrule it. Now, the stylesheet wins out. See:The text was updated successfully, but these errors were encountered: