Make WordPress Core

Ticket #56638: 56638.patch

File 56638.patch, 1.7 KB (added by upadalavipul, 3 years ago)
  • themes/twentytwentyone/style.css

     
    16891689.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color),
    16901690.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
    16911691.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
    1692         color: var(--local--color-background, var(--global--color-primary));
     1692        color: var(--local--color-background, var(--global--color-background));
    16931693}
    16941694
    16951695.has-background .site .button:not(:hover):not(:active):not(.has-text-color).has-background,
     
    16991699.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color).has-background,
    17001700.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background,
    17011701.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color).has-background {
    1702         color: var(--global--color-primary);
     1702        color: var(--local--color-background, var(--global--color-primary));
    17031703}
    17041704
    17051705.site .button:not(:hover):not(:active):not(.has-background),
     
    17371737.wp-block-file a.wp-block-file__button:hover,
    17381738.wp-block-file a.wp-block-file__button:active {
    17391739        background-color: transparent;
    1740         border-color: currentColor;
    17411740        color: inherit;
     1741        background-color: var(--local--color-primary, var(--global--color-primary));
     1742        color: var(--local--color-background, var(--global--color-background));
    17421743}
    17431744
    17441745.site .button:focus,