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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user