Make WordPress Core

Ticket #56638: 56638.1.diff

File 56638.1.diff, 1.9 KB (added by SirLouen, 8 months ago)

Patch Refresh for 56638.patch

  • src/wp-content/themes/twentytwentyone/style.css

    diff --git src/wp-content/themes/twentytwentyone/style.css src/wp-content/themes/twentytwentyone/style.css
    index 4808e261c9..9efab62e55 100644
    input[type=reset]:not(:hover):not(:active):not(.has-text-color), 
    16831683.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color),
    16841684.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
    16851685.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
    1686         color: var(--local--color-background, var(--global--color-primary));
     1686        color: var(--local--color-background, var(--global--color-background));
    16871687}
    16881688
    16891689.has-background .site .button:not(:hover):not(:active):not(.has-text-color).has-background,
    input[type=reset]:not(:hover):not(:active):not(.has-text-color), 
    16931693.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color).has-background,
    16941694.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background,
    16951695.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color).has-background {
    1696         color: var(--global--color-primary);
     1696        color: var(--local--color-background, var(--global--color-primary));
    16971697}
    16981698
    16991699.site .button:not(:hover):not(:active):not(.has-background),
    input[type=reset]:active, 
    17311731.wp-block-file a.wp-block-file__button:hover,
    17321732.wp-block-file a.wp-block-file__button:active {
    17331733        background-color: transparent;
    1734         border-color: currentColor;
    1735         color: inherit;
     1734        background-color: var(--local--color-primary, var(--global--color-primary));
     1735        color: var(--local--color-background, var(--global--color-background));
    17361736}
    17371737
    17381738.site .button:focus,