Skip to content

Commit a565499

Browse files
ElormCochDevtools-frontend LUCI CQ
authored andcommitted
Fix luminosity contrast ratio for placeholder text for edit fields in user agent client hints section
Bug: 448420942 Change-Id: I2f705ff27883f4dd3cea4dd9aa9bb1fe193b68c0 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7001545 Reviewed-by: Kim-Anh Tran <[email protected]> Commit-Queue: Sylvester Elorm Coch <[email protected]>
1 parent 1e8dfb5 commit a565499

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

front_end/panels/settings/emulation/components/userAgentClientHintsForm.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ hr.section-separator {
8686
height: 18px;
8787
}
8888

89+
.input-field::placeholder {
90+
color: var(--sys-color-on-surface-subtle);
91+
}
92+
8993
.input-field:focus {
9094
border: 1px solid var(--sys-color-state-focus-ring);
9195
outline-width: 0;

0 commit comments

Comments
 (0)