Ensure that we only use css vars for font-weight
Change-Id: I01aeaa2829a374b32b4c7bec4f3c8ed9dcfd2e03
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user