Make WordPress Core


Ignore:
Timestamp:
02/06/2023 08:57:13 AM (15 months ago)
Author:
audrasjb
Message:

Twenty Fourteen: Correctly reflect text color changes in Pullquote block.

This changeset ensures text color changes on Pullquote block are reflected on both front-end and in the editor.

Props umesh84, audrasjb, sabernhardt, bgoewert, ruchirj, amitbarai013, robinwpdeveloper, shamayel007.
Fixes #56006.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/css/blocks.css

    r55114 r55228  
    188188}
    189189
     190.wp-block-pullquote.has-text-color blockquote,
     191.wp-block-pullquote.has-background blockquote,
     192.has-background .wp-block-pullquote blockquote,
     193.wp-block-pullquote.has-text-color cite,
     194.has-background .wp-block-pullquote cite,
     195.has-text-color .wp-block-pullquote__citation {
     196    color: inherit;
     197}
     198
    190199.wp-block-pullquote.alignleft {
    191200    margin-right: 1em;
Note: See TracChangeset for help on using the changeset viewer.