Commit 79cb8be8 authored by Scott Chen's avatar Scott Chen Committed by Commit Bot

WebUI: fix cr-input label font weight

Improves a11y (readability).

Bug: 870937
Change-Id: Id07c24f7661af0139595b59b056cb5d5a2481894
Reviewed-on: https://chromium-review.googlesource.com/1164244Reviewed-by: default avatarEsmael El-Moslimany <aee@chromium.org>
Commit-Queue: Scott Chen <scottchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581089}
parent 6e560fa7
...@@ -146,6 +146,7 @@ ...@@ -146,6 +146,7 @@
color: var(--google-grey-refresh-700); color: var(--google-grey-refresh-700);
display: block; display: block;
font-size: var(--cr-form-field-label-font-size); font-size: var(--cr-form-field-label-font-size);
font-weight: 500;
letter-spacing: 0.4px; letter-spacing: 0.4px;
line-height: var(--cr-form-field-label-font-size); line-height: var(--cr-form-field-label-font-size);
margin-bottom: 8px; margin-bottom: 8px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment