Commit cc662c15 authored by Sanket Joshi's avatar Sanket Joshi Committed by Commit Bot

Add HC border around the color picker and color suggestion picker.

Bug: 1015095
Change-Id: I9df222bf1b310cdbc9e31c689b148e392be9b364
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865614Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Commit-Queue: Sanket Joshi <sajos@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#706761}
parent 48e83345
......@@ -126,6 +126,10 @@ body.controls-refresh {
}
@media (forced-colors: active) {
.controls-refresh .color-suggestion-picker-main {
border: 1px solid WindowText;
}
.controls-refresh .color-swatch {
forced-color-adjust: none;
border-color: WindowText;
......
......@@ -199,10 +199,15 @@ submission-button:hover {
}
color-well {
border-bottom: 1px solid WindowText;
border-radius: 0;
}
color-selection-ring {
forced-color-adjust: none;
}
color-picker {
border: 1px solid WindowText;
border-radius: 2px;
}
format-toggler {
border: 1px solid WindowText;
}
......
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