Make WordPress Core

Changeset 54413

Timestamp:
10/07/2022 12:10:19 PM (22 months ago)
Author:
audrasjb
Message:

Twenty Nineteen: Ensure Pullquote Block text color is reflected on front-end.

This changeset ensures Pullquote Block text is consistent between the editor a on front-end.

Props nithins53, umesh84, sabernhardt, deepakvijayan, poena.
Fixes #55981.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss

    r52927 r54413  
    351351    //! Pullquote
    352352    .wp-block-pullquote {
     353
    353354        border-color: transparent;
    354355        border-width: 2px;
     
    356357
    357358        blockquote {
    358             color: $color__text-main;
    359359            border: none;
    360360            margin-top: calc(4 * #{ $size__spacing-unit});
Note: See TracChangeset for help on using the changeset viewer.