Make WordPress Core

Changeset 47339


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.

Location:
trunk/src/wp-content/themes/twentynineteen
Files:
2 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;
  • trunk/src/wp-content/themes/twentynineteen/style.css

    r47140 r47339  
    62966296
    62976297.entry .entry-content .has-primary-color,
     6298.entry .entry-content .wp-block-pullquote blockquote.has-primary-color,
    62986299.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
    62996300.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p {
     
    63026303
    63036304.entry .entry-content .has-secondary-color,
     6305.entry .entry-content .wp-block-pullquote blockquote.has-secondary-color,
    63046306.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
    63056307.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p {
     
    63146316
    63156317.entry .entry-content .has-light-gray-color,
     6318.entry .entry-content .wp-block-pullquote blockquote.has-light-gray-color,
    63166319.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
    63176320.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p {
     
    63206323
    63216324.entry .entry-content .has-white-color,
     6325.entry .entry-content .wp-block-pullquote blockquote.has-white-color,
    63226326.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
    63236327  color: #FFF;
Note: See TracChangeset for help on using the changeset viewer.