Commit 5e19a03b authored by Sanket Joshi's avatar Sanket Joshi Committed by Commit Bot

ColorPicker: Add HC border to the color well and format toggler

Bug: 1012387
Change-Id: I9627134583db5f0b0c8390ccf4792b5287a5a0b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847869Reviewed-by: default avatarMason Freed <masonfreed@chromium.org>
Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Commit-Queue: Sanket Joshi <sajos@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#704452}
parent 6064ea5f
...@@ -197,7 +197,13 @@ submission-button:hover { ...@@ -197,7 +197,13 @@ submission-button:hover {
forced-color-adjust: none; forced-color-adjust: none;
border-color: WindowText; border-color: WindowText;
} }
color-well {
border-bottom: 1px solid WindowText;
}
color-selection-ring { color-selection-ring {
forced-color-adjust: none; forced-color-adjust: none;
} }
format-toggler {
border: 1px solid WindowText;
}
} }
\ No newline at end of file
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