Ensure that we only use css vars for font-weight

Change-Id: I01aeaa2829a374b32b4c7bec4f3c8ed9dcfd2e03
This commit is contained in:
Ben Rohlfs
2020-02-18 13:10:52 +01:00
parent 7f77168c3d
commit b2d0b71635
5 changed files with 5 additions and 5 deletions

View File

@@ -116,7 +116,7 @@ limitations under the License.
color: var(--deemphasized-text-color);
}
.cell.label {
font-weight: normal;
font-weight: var(--font-weight-normal);
}
@media only screen and (max-width: 50em) {
:host {

View File

@@ -94,7 +94,7 @@ limitations under the License.
align-items: center;
display: flex;
flex-wrap: wrap;
font-weight: normal;
font-weight: var(--font-weight-normal);
justify-content: flex-end;
}
#collapseBtn,

View File

@@ -58,7 +58,7 @@ limitations under the License.
padding-top: var(--spacing-l);
}
.modifier {
font-weight: normal;
font-weight: var(--font-weight-normal);
}
</style>
<header>

View File

@@ -44,7 +44,7 @@ limitations under the License.
--gr-remove-button-style: {
border: 0;
color: var(--deemphasized-text-color);
font-weight: normal;
font-weight: var(--font-weight-normal);
height: .6em;
line-height: 10px;
margin-left: var(--spacing-xs);

View File

@@ -41,7 +41,7 @@ limitations under the License.
--gr-remove-button-style: {
border: 0;
color: var(--deemphasized-text-color);
font-weight: normal;
font-weight: var(--font-weight-normal);
height: .6em;
line-height: 10px;
margin-left: var(--spacing-xs);