Skip to content

Commit 84b5731

Browse files
OrKoNDevtools-frontend LUCI CQ
authored andcommitted
[AI Assistance] Fix placeholder color
Bug: 377227220 Change-Id: I94540ad71a8fe5fdeca799d0ff67170278e8035c Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6003146 Commit-Queue: Alex Rudenko <[email protected]> Reviewed-by: Ergün Erdoğmuş <[email protected]>
1 parent 294976d commit 84b5731

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

front_end/panels/freestyler/components/freestylerChatUi.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,14 @@
116116
}
117117

118118
&:disabled {
119-
color: var(--sys-color-on-surface-subtle);
119+
color: var(--sys-color-state-disabled);
120120
background-color: var(--sys-color-state-disabled-container);
121121
border-color: transparent;
122+
123+
&::placeholder {
124+
color: var(--sys-color-on-surface-subtle);
125+
opacity: 100%;
126+
}
122127
}
123128
}
124129

0 commit comments

Comments
 (0)