diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css index 7fd94367e0..4cc3333779 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css +++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css @@ -946,6 +946,11 @@ hr.wp-block-separator.is-style-dots::before { text-transform: uppercase; } +.wp-block-buttons[style*="text-transform"] .wp-block-button__link, +.wp-block-button[style*="text-transform"] .wp-block-button__link { + text-transform: inherit; +} + .editor-styles-wrapper .wp-block-button .wp-block-button__link.mce-content-body { line-height: 1.1; } diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css index c4000ad70b..c8d1610ae4 100644 --- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css @@ -950,6 +950,11 @@ hr.wp-block-separator.is-style-dots::before { text-transform: uppercase; } +.wp-block-buttons[style*="text-transform"] .wp-block-button__link, +.wp-block-button[style*="text-transform"] .wp-block-button__link { + text-transform: inherit; +} + .editor-styles-wrapper .wp-block-button .wp-block-button__link.mce-content-body { line-height: 1.1; } diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css index e9200c45fe..cb02433f6e 100644 --- a/src/wp-content/themes/twentytwenty/style-rtl.css +++ b/src/wp-content/themes/twentytwenty/style-rtl.css @@ -3023,6 +3023,11 @@ h2.entry-title { padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem); } +.wp-block-buttons[style*="text-transform"] .wp-block-button__link, +.wp-block-button[style*="text-transform"] .wp-block-button__link { + text-transform: inherit; +} + /* Block: Columns ---------------------------- */ .wp-block-columns.alignfull, diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css index bd85ce4afe..393da269b4 100644 --- a/src/wp-content/themes/twentytwenty/style.css +++ b/src/wp-content/themes/twentytwenty/style.css @@ -3043,6 +3043,11 @@ h2.entry-title { padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem); } +.wp-block-buttons[style*="text-transform"] .wp-block-button__link, +.wp-block-button[style*="text-transform"] .wp-block-button__link { + text-transform: inherit; +} + /* Block: Columns ---------------------------- */ .wp-block-columns.alignfull,