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
This commit is contained in:
ianbelanger 2020-03-30 18:29:08 +00:00
parent e38a57db0c
commit 2e7235f7ca
7 changed files with 7 additions and 1 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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,

View File

@ -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,

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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.