Bundled Themes: Twenty Twenty Button block forces All Capital letters.

Removes `text-transform: uppercase;` from button blocks in order to give the user the option to have a button without All Capital letters.

Props mukesh27.
Fixes #49710.
Built from https://develop.svn.wordpress.org/trunk@47531


git-svn-id: http://core.svn.wordpress.org/trunk@47306 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ianbelanger 2020-03-30 15:20:07 +00:00
parent 49d7b8c51f
commit 340216b5eb
7 changed files with 1 additions and 7 deletions

View File

@ -899,7 +899,6 @@ 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,7 +899,6 @@ 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,7 +527,6 @@ 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,7 +531,6 @@ 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,7 +844,6 @@ 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,7 +850,6 @@ 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-47530';
$wp_version = '5.5-alpha-47531';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.