Make WordPress Core

Changeset 43928


Ignore:
Timestamp:
11/21/2018 10:29:55 PM (5 years ago)
Author:
allancole
Message:

Updating Twenty Nineteen, our new default theme for 2019, set for 5.0.

This update changes the following:

  • Fixes link colors within solid-color pullquote blocks.

Props kjellr, xkon.

Location:
branches/5.0/src/wp-content/themes/twentynineteen
Files:
5 edited

Legend:

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

    r43909 r43928  
    398398
    399399                &.has-text-color p,
     400                &.has-text-color a,
    400401                &.has-primary-color,
    401402                &.has-secondary-color,
  • branches/5.0/src/wp-content/themes/twentynineteen/style-editor.css

    r43909 r43928  
    461461}
    462462
    463 .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p {
     463.wp-block-pullquote.is-style-solid-color blockquote a,
     464.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
     465.wp-block-pullquote.is-style-solid-color blockquote.has-text-color a {
    464466  color: inherit;
    465467}
  • branches/5.0/src/wp-content/themes/twentynineteen/style-editor.scss

    r43909 r43928  
    465465            max-width: calc( 100% - (2 * #{ $size__spacing-unit}));
    466466
    467             &.has-text-color p {
     467            a,
     468            &.has-text-color p,
     469            &.has-text-color a {
    468470                color: inherit;
    469471            }
  • branches/5.0/src/wp-content/themes/twentynineteen/style-rtl.css

    r43927 r43928  
    38343834}
    38353835
    3836 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
     3836.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
     3837.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
    38373838  color: inherit;
    38383839}
  • branches/5.0/src/wp-content/themes/twentynineteen/style.css

    r43927 r43928  
    38463846}
    38473847
    3848 .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
     3848.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
     3849.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
    38493850  color: inherit;
    38503851}
Note: See TracChangeset for help on using the changeset viewer.