Twenty Nineteen: Remove duplicate font-size property.

The theme does not use a `px` fallback for `rem` units anywhere else.

Follow-up to [47053] for Twenty Twenty.

See #49015.
Built from https://develop.svn.wordpress.org/trunk@47140


git-svn-id: http://core.svn.wordpress.org/trunk@46940 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-01-31 00:09:08 +00:00
parent 9fc09b2720
commit 3b9cddaea5
4 changed files with 2 additions and 4 deletions

View File

@ -19,7 +19,7 @@
clip-path: none;
color: $color__text-screen;
display: block;
@include font-size(0.875);
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;

View File

@ -3619,7 +3619,6 @@ body.page .main-navigation {
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;

View File

@ -3619,7 +3619,6 @@ body.page .main-navigation {
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-47139';
$wp_version = '5.4-alpha-47140';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.