Commit eb2dcdee authored by Pavel Feldman's avatar Pavel Feldman Committed by Commit Bot

DevTools: Text-boxes borders are not seen on ColorPicker window.

Bug: 826231
Change-Id: I82f681337a754513a69d002042d42e1d5206efa5
TBR: dgozman
Reviewed-on: https://chromium-review.googlesource.com/993974Reviewed-by: default avatarPavel Feldman <pfeldman@chromium.org>
Commit-Queue: Pavel Feldman <pfeldman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548233}
parent 6083d768
...@@ -301,13 +301,12 @@ ...@@ -301,13 +301,12 @@
width: 40px; width: 40px;
overflow: hidden; overflow: hidden;
text-align: center; text-align: center;
border: var(--divider-border);
border-radius: 2px;
margin-right: 6px; margin-right: 6px;
line-height: 20px; line-height: 20px;
padding: 0; padding: 0;
color: #333; color: #333;
white-space: nowrap; white-space: nowrap;
box-shadow: var(--focus-ring-inactive-shadow);
} }
.spectrum-text-label { .spectrum-text-label {
......
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