Twenty Twenty-One: Support font size option for code block.

Props poena, paaljoachim, hellofromTonya.
See #52431.



git-svn-id: https://develop.svn.wordpress.org/trunk@50260 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Wilson 2021-02-09 03:22:42 +00:00
parent 385c29b49a
commit 223bd0ee52
7 changed files with 0 additions and 7 deletions

View File

@ -553,7 +553,6 @@ a:hover {
}
.wp-block-code code {
font-size: 1rem;
white-space: pre !important;
overflow-x: auto;
}

View File

@ -2652,7 +2652,6 @@ input[type=reset]:disabled {
.wp-block-code code {
color: #28303d;
font-size: 1rem;
white-space: pre;
overflow-x: auto;
display: block;

View File

@ -681,7 +681,6 @@ a:hover {
}
.wp-block-code code {
font-size: var(--global--font-size-xs);
white-space: pre !important;
overflow-x: auto;
}

View File

@ -1,5 +1,4 @@
.wp-block-code code {
font-size: var(--global--font-size-xs);
white-space: pre !important;
overflow-x: auto;
}

View File

@ -7,7 +7,6 @@
code {
color: var(--global--color-primary);
font-size: var(--global--font-size-xs);
white-space: pre;
overflow-x: auto;
display: block;

View File

@ -1909,7 +1909,6 @@ input[type=reset]:disabled,
.wp-block-code code {
color: var(--global--color-primary);
font-size: var(--global--font-size-xs);
white-space: pre;
overflow-x: auto;
display: block;

View File

@ -1919,7 +1919,6 @@ input[type=reset]:disabled,
.wp-block-code code {
color: var(--global--color-primary);
font-size: var(--global--font-size-xs);
white-space: pre;
overflow-x: auto;
display: block;