Commit 8b4bc2b0 authored by Sanket Joshi's avatar Sanket Joshi Committed by Commit Bot

Use sans-serif font for new color picker

Per the updated comps, the color picker should use a sans-serif font.
Making that change in color_picker.css, and also updating baselines for
pixel tests.

Bug: 1001576
Change-Id: Iaa2a65ba574ad6f3e46aea82a009301273582723
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1792790Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Reviewed-by: default avatarMason Freed <masonfreed@chromium.org>
Commit-Queue: Sanket Joshi <sajos@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#695268}
parent 9f374ba1
......@@ -4,7 +4,7 @@
*/
body {
font-family: "Segoe UI", system-ui, Roboto, Ubuntu, sans-serif;
font-family: sans-serif;
}
color-picker {
......
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