Reset font weight for label columns

A recent change modified font weights, but label scores (especially
icons) look strange when bolded.

Change-Id: I1babdbb34d15eb53a09899a0e33afb7903d574f9
This commit is contained in:
Kasper Nilsson
2018-10-09 14:07:27 -07:00
parent 8d0770eb49
commit ded7dce638

View File

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