diff --git a/src/wp-content/themes/twentytwenty/functions.php b/src/wp-content/themes/twentytwenty/functions.php
index b721b991e1..fbc420abf4 100644
a
|
b
|
function twentytwenty_get_elements_array() { |
749 | 749 | 'fill' => array( '.fill-children-accent', '.fill-children-accent *' ), |
750 | 750 | ), |
751 | 751 | 'background' => array( |
752 | | 'color' => array( ':root .has-background-color', 'button', '.button', '.faux-button', '.wp-block-button__link', '.wp-block-file__button', 'input[type="button"]', 'input[type="reset"]', 'input[type="submit"]', '.wp-block-button', '.comment-reply-link', '.has-background.has-primary-background-color:not(.has-text-color)', '.has-background.has-primary-background-color *:not(.has-text-color)', '.has-background.has-accent-background-color:not(.has-text-color)', '.has-background.has-accent-background-color *:not(.has-text-color)' ), |
| 752 | 'color' => array( ':root .has-background-color', 'button', '.button', '.faux-button', '.wp-block-button__link', '.wp-block-file__button', 'input[type="button"]', 'input[type="reset"]', 'input[type="submit"]', '.wp-block-button', '.comment-reply-link', '.has-background.has-primary-background-color:not(.has-text-color)', '.has-background.has-primary-background-color:not(.has-text-color) *', '.has-background.has-accent-background-color:not(.has-text-color)', '.has-background.has-accent-background-color:not(.has-text-color) *' ), |
753 | 753 | 'background-color' => array( ':root .has-background-background-color' ), |
754 | 754 | ), |
755 | 755 | 'text' => array( |