From 2e7235f7ca4015f9fd9ed55b7d6aadfbebcc5953 Mon Sep 17 00:00:00 2001 From: ianbelanger Date: Mon, 30 Mar 2020 18:29:08 +0000 Subject: [PATCH] Bundled Themes: Twenty Twenty Button block forces All Capital letters - revert [47531]. Reverts [47531] to add `text-transform: uppercase;` back to button blocks. Props joyously. Fixes #49710. Built from https://develop.svn.wordpress.org/trunk@47534 git-svn-id: http://core.svn.wordpress.org/trunk@47309 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../themes/twentytwenty/assets/css/editor-style-block-rtl.css | 1 + .../themes/twentytwenty/assets/css/editor-style-block.css | 1 + .../themes/twentytwenty/assets/css/editor-style-classic-rtl.css | 1 + .../themes/twentytwenty/assets/css/editor-style-classic.css | 1 + wp-content/themes/twentytwenty/style-rtl.css | 1 + wp-content/themes/twentytwenty/style.css | 1 + wp-includes/version.php | 2 +- 7 files changed, 7 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css index 13d83f0530..4b3018a08d 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css @@ -899,6 +899,7 @@ hr.wp-block-separator.is-style-dots::before { letter-spacing: 0.0333em; line-height: 1.25; padding: 1.1em 1.44em; + text-transform: uppercase; } .editor-styles-wrapper .wp-block-button .wp-block-button__link.mce-content-body { diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css index f7ab2338a7..55d1446f31 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-block.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-block.css @@ -899,6 +899,7 @@ hr.wp-block-separator.is-style-dots::before { letter-spacing: 0.0333em; line-height: 1.25; padding: 1.1em 1.44em; + text-transform: uppercase; } .editor-styles-wrapper .wp-block-button .wp-block-button__link.mce-content-body { diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css b/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css index 023dac470e..9eaf83fcb2 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css @@ -527,6 +527,7 @@ body#tinymce.wp-editor.content input[type="submit"] { padding: 1.1em 1.44em; text-align: center; text-decoration: none; + text-transform: uppercase; } body#tinymce.wp-editor.content button:focus, diff --git a/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css b/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css index 8027d58133..564da9cd34 100644 --- a/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css +++ b/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css @@ -531,6 +531,7 @@ body#tinymce.wp-editor.content input[type="submit"] { padding: 1.1em 1.44em; text-align: center; text-decoration: none; + text-transform: uppercase; } body#tinymce.wp-editor.content button:focus, diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index 68b4625d8a..99e9a47f89 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -844,6 +844,7 @@ input[type="submit"] { padding: 1.1em 1.44em; text-align: center; text-decoration: none; + text-transform: uppercase; transition: opacity 0.15s linear; } diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css index 9423f71201..54fa2261fd 100644 --- a/wp-content/themes/twentytwenty/style.css +++ b/wp-content/themes/twentytwenty/style.css @@ -850,6 +850,7 @@ input[type="submit"] { padding: 1.1em 1.44em; text-align: center; text-decoration: none; + text-transform: uppercase; transition: opacity 0.15s linear; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 3d0099c448..9a5a98e99c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47532'; +$wp_version = '5.5-alpha-47534'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.