Remove css rules for font-size-normal where not required

Most of the time the normal font should be inherited anyway.

For paper-input and such instead just use font:inherit, which has the
same effect.

Leave usages in gr-diff intact. Will be addressed in a follow-up change.

Change-Id: I788fd22fd774d31668ad9fd8ad58df885ce3f7ed
This commit is contained in:
Ben Rohlfs
2019-10-24 17:23:23 +02:00
parent 28685c76e5
commit 444618ec61
12 changed files with 5 additions and 29 deletions

View File

@@ -99,7 +99,6 @@ limitations under the License.
margin-bottom: var(--spacing-l);
}
gr-change-star {
font-size: var(--font-size-normal);
margin-right: var(--spacing-xs);
}
gr-reply-dialog {
@@ -324,10 +323,6 @@ limitations under the License.
margin: 0;
padding: var(--spacing-l);
}
.relatedChanges,
.changeMetadata {
font-size: var(--font-size-normal);
}
.changeMetadata {
border-bottom: 1px solid var(--border-color);
border-right: none;