Make WordPress Core


Ignore:
Timestamp:
02/21/2020 02:57:12 PM (5 years ago)
Author:
ianbelanger
Message:

Bundled Themes: Twenty Nineteen text color setting in pullquote block not applied.

Fixes the pullquote color setting by adding classes that are more specific to the color options.

Props ianbelanger.
Fixes #49410.

File:
1 edited

Legend:

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

    r46587 r47339  
    999999    //! Custom foreground colors
    10001000    .has-primary-color,
     1001    .wp-block-pullquote blockquote.has-primary-color,
    10011002    .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
    10021003    .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p {
     
    10051006
    10061007    .has-secondary-color,
     1008    .wp-block-pullquote blockquote.has-secondary-color,
    10071009    .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
    10081010    .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p {
     
    10171019
    10181020    .has-light-gray-color,
     1021    .wp-block-pullquote blockquote.has-light-gray-color,
    10191022    .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
    10201023    .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p {
     
    10231026
    10241027    .has-white-color,
     1028    .wp-block-pullquote blockquote.has-white-color,
    10251029    .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
    10261030        color: #FFF;
Note: See TracChangeset for help on using the changeset viewer.