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:
parent
e38a57db0c
commit
2e7235f7ca
|
@ -899,6 +899,7 @@ hr.wp-block-separator.is-style-dots::before {
|
||||||
letter-spacing: 0.0333em;
|
letter-spacing: 0.0333em;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
padding: 1.1em 1.44em;
|
padding: 1.1em 1.44em;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor-styles-wrapper .wp-block-button .wp-block-button__link.mce-content-body {
|
.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;
|
letter-spacing: 0.0333em;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
padding: 1.1em 1.44em;
|
padding: 1.1em 1.44em;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editor-styles-wrapper .wp-block-button .wp-block-button__link.mce-content-body {
|
.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;
|
padding: 1.1em 1.44em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
body#tinymce.wp-editor.content button:focus,
|
body#tinymce.wp-editor.content button:focus,
|
||||||
|
|
|
@ -531,6 +531,7 @@ body#tinymce.wp-editor.content input[type="submit"] {
|
||||||
padding: 1.1em 1.44em;
|
padding: 1.1em 1.44em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
body#tinymce.wp-editor.content button:focus,
|
body#tinymce.wp-editor.content button:focus,
|
||||||
|
|
|
@ -844,6 +844,7 @@ input[type="submit"] {
|
||||||
padding: 1.1em 1.44em;
|
padding: 1.1em 1.44em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
text-transform: uppercase;
|
||||||
transition: opacity 0.15s linear;
|
transition: opacity 0.15s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -850,6 +850,7 @@ input[type="submit"] {
|
||||||
padding: 1.1em 1.44em;
|
padding: 1.1em 1.44em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
text-transform: uppercase;
|
||||||
transition: opacity 0.15s linear;
|
transition: opacity 0.15s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue