Make WordPress Core


Ignore:
Timestamp:
12/01/2020 07:07:43 PM (5 years ago)
Author:
desrosj
Message:

Twenty Twenty-One: Sync the latest changes for 5.6 RC2.

This will be the final sync from GitHub before placing that repository into read-only mode. All further changes should now flow entirely through Trac.

For a full list of changes since [49633], see https://github.com/WordPress/twentytwentyone/compare/1d5a895...53acd9b.

Props poena, luminuu, kjellr, ryelle, allancole, melchoyce, felipeelia, aljullu, kebbet, chaton666, Clorith, mkaz, ingereck, paaljoachim.
See #51526.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss

    r49574 r49726  
    1919    .wp-block-cover-image-text,
    2020    .wp-block-cover-text {
    21         color: currentColor; // uses text color specified with background-color options in /blocks/utilities/_style.scss
     21        color: currentColor; // Uses text color specified with background-color options in 07-utilities\color-palette.scss
    2222        margin-top: var(--global--spacing-vertical);
    2323        margin-bottom: var(--global--spacing-vertical);
    2424
    25         a {
     25        a:not(.wp-block-button__link):not(.wp-block-file__button) {
    2626            color: currentColor;
    2727        }
Note: See TracChangeset for help on using the changeset viewer.