Make WordPress Core


Ignore:
Timestamp:
12/01/2020 07:07:43 PM (6 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/pullquote/_style.scss

    r49574 r49726  
    55        border-bottom-style: solid;
    66        border-top-style: solid;
     7        color: currentColor;
     8        border-color: currentColor;
    79        position: relative;
    810
     
    1113                content: "\201C";
    1214                display: block;
     15                position: relative; // Override the absolute position.
     16                left: 0;
    1317                font-size: 3rem;
    1418                font-weight: 500;
     
    4751        }
    4852
    49         &.alignleft {
     53        &.alignleft:not(.is-style-solid-color) {
    5054
    5155                blockquote:before,
     
    5862        &.alignwide blockquote {
    5963                max-width: var(--responsive--alignwide-width);
    60 
    6164        }
    6265
     
    7376                border-color: var(--pullquote--border-color);
    7477
    75                 @media ( min-width: 600px ) {
     78                @media (min-width: 600px) {
    7679                        padding: calc(5 * var(--global--spacing-unit));
    7780                }
     
    8285
    8386                blockquote {
     87                        margin: 0;
    8488                        max-width: inherit;
    8589
     
    9498                        color: currentColor;
    9599                }
     100
     101                &.alignleft,
     102                &.alignright {
     103                        padding: var(--global--spacing-unit);
     104
     105                        blockquote {
     106                                max-width: initial;
     107                        }
     108                }
    96109        }
    97110}
Note: See TracChangeset for help on using the changeset viewer.