Make WordPress Core


Ignore:
Timestamp:
12/01/2020 07:25: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.
Reviewed by desrosj, SergeyBiryukov.
Merges [49726] to the 5.6 branch.
Fixes #51526.

Location:
branches/5.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.6

  • branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss

    r49574 r49728  
    1616}
    1717
    18 .site a:focus {
     18.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    1919
    2020    /* Only visible in Windows High Contrast mode */
    2121    outline: 2px solid transparent;
    2222
     23    text-decoration: underline 1px dotted currentColor;
     24    text-decoration-skip-ink: none;
    2325    background: rgba(255, 255, 255, .9);
    2426
     
    5860// Enforce the custom link color even if a custom background color has been set.
    5961// The extra specificity here is required to override the background color styles.
    60 .has-background:not(.has-background-background-color) {
     62.has-background {
    6163    // Target both current level and nested block.
    6264    .has-link-color a,
Note: See TracChangeset for help on using the changeset viewer.