Ticket #56638: 56638.patch
File 56638.patch, 1.7 KB (added by , 3 years ago) |
---|
-
themes/twentytwentyone/style.css
1689 1689 .has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color), 1690 1690 .has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color), 1691 1691 .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)); 1693 1693 } 1694 1694 1695 1695 .has-background .site .button:not(:hover):not(:active):not(.has-text-color).has-background, … … 1699 1699 .has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color).has-background, 1700 1700 .has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background, 1701 1701 .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)); 1703 1703 } 1704 1704 1705 1705 .site .button:not(:hover):not(:active):not(.has-background), … … 1737 1737 .wp-block-file a.wp-block-file__button:hover, 1738 1738 .wp-block-file a.wp-block-file__button:active { 1739 1739 background-color: transparent; 1740 border-color: currentColor;1741 1740 color: inherit; 1741 background-color: var(--local--color-primary, var(--global--color-primary)); 1742 color: var(--local--color-background, var(--global--color-background)); 1742 1743 } 1743 1744 1744 1745 .site .button:focus,