Make WordPress Core


Ignore:
Timestamp:
12/01/2020 07:07:43 PM (4 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/06-components/footer.scss

    r49574 r49726  
    88    .no-widgets & {
    99        margin-top: calc(6 * var(--global--spacing-vertical));
     10    }
     11
     12    @include media(mobile-only) {
     13
     14        .no-widgets & {
     15            margin-top: calc(3 * var(--global--spacing-vertical));
     16        }
    1017    }
    1118}
     
    5865                color: var(--wp--style--color--link, var(--global--color-background));
    5966            }
     67
     68            // Change colors when the body background is white.
     69            .has-background-white & {
     70                color: var(--wp--style--color--link, var(--global--color-white));
     71            }
    6072        }
    6173    }
Note: See TracChangeset for help on using the changeset viewer.