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.

git-svn-id: https://develop.svn.wordpress.org/trunk@47140 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-01-31 00:07:50 +00:00
parent df1c7771da
commit 7d90de1772
3 changed files with 1 additions and 3 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;