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:
@@ -114,6 +114,9 @@ limitations under the License.
|
|||||||
.placeholder {
|
.placeholder {
|
||||||
color: var(--deemphasized-text-color);
|
color: var(--deemphasized-text-color);
|
||||||
}
|
}
|
||||||
|
.cell.label {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
@media only screen and (max-width: 50em) {
|
@media only screen and (max-width: 50em) {
|
||||||
:host {
|
:host {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Reference in New Issue
Block a user