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.

git-svn-id: https://develop.svn.wordpress.org/trunk@47531 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Belanger 2020-03-30 15:18:40 +00:00
parent 936b65887c
commit ef988903b0
6 changed files with 0 additions and 6 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;
}