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. git-svn-id: https://develop.svn.wordpress.org/trunk@47534 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4634a4ce3f
commit
628aec5fe2
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user