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/06-components/navigation.scss

    r49574 r49726  
    375375
    376376                    + .sub-menu-toggle {
    377                         margin-left: calc(0px - var(--primary-nav--padding));
     377                        margin-left: calc(5px - var(--primary-nav--padding));
    378378                    }
    379379                }
     
    417417            z-index: 99999; // Ensure focus styles appear above absolute positioned elements
    418418            outline-offset: 0;
     419            text-decoration-thickness: 2px;
    419420        }
    420421    }
Note: See TracChangeset for help on using the changeset viewer.