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.