Make WordPress Core

Changeset 54381


Ignore:
Timestamp:
10/04/2022 08:20:02 AM (2 years ago)
Author:
audrasjb
Message:

Twenty Sixteen: Improve Pullquote Block text color consistency between editor and front-end.

This changeset ensures the text color selected for the text of the Pullquote Block is reflected on both front-end and on the editor.

Props nithins53, nidhidhandhukiya, audrasjb, sabernhardt, poena.
Fixes #56008.

Location:
trunk/src/wp-content/themes/twentysixteen/css
Files:
2 edited

Legend:

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

    r52926 r54381  
    173173}
    174174
     175.wp-block-pullquote.has-text-color blockquote,
     176.wp-block-pullquote.has-background blockquote,
     177.has-background .wp-block-pullquote blockquote,
     178.wp-block-pullquote.has-text-color cite {
     179    color: inherit;
     180}
     181
    175182.wp-block-pullquote p {
    176183    font-size: 19px;
  • trunk/src/wp-content/themes/twentysixteen/css/editor-blocks.css

    r50358 r54381  
    512512}
    513513
     514.wp-block-pullquote.has-text-color blockquote,
     515.wp-block-pullquote.has-background blockquote,
     516.has-background .wp-block-pullquote blockquote,
     517.wp-block-pullquote.has-text-color cite {
     518    color: inherit;
     519}
     520
    514521.wp-block-pullquote .wp-block-pullquote__citation:before {
    515522    content: "\2014\00a0";
Note: See TracChangeset for help on using the changeset viewer.