Commit 03ad1ac9 authored by Pavel Feldman's avatar Pavel Feldman Committed by Commit Bot

DevTools: Red highlight is not seen for empty text field on dev tools window.

Bug: 824691
Change-Id: I78c4e15d956b858b385464e4265143ddfd1651ed
Reviewed-on: https://chromium-review.googlesource.com/990481Reviewed-by: default avatarErik Luo <luoe@chromium.org>
Commit-Queue: Pavel Feldman <pfeldman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547541}
parent 996e6be6
......@@ -226,17 +226,7 @@ input {
.harmony-input:not([type]):invalid,
.harmony-input[type=number]:invalid,
.harmony-input[type=text]:invalid {
border-color: #C53929;
}
.harmony-input:not([type]).error-input:focus,
.harmony-input[type=number].error-input:focus,
.harmony-input[type=text].error-input:focus,
.harmony-input:not([type]):invalid:focus,
.harmony-input[type=number]:invalid:focus,
.harmony-input[type=text]:invalid:focus {
border-color: transparent;
box-shadow: 0 0 0 2px rgba(197, 57, 41, 0.4);
box-shadow: 0 0 0 1px #ff1a00;
}
.chrome-select {
......
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