feat(vscode/mobile): enhance model selection view

This commit is contained in:
Bohdan Triapitsyn
2025-12-21 01:56:22 +02:00
parent 4bd4cad84e
commit 42a3137e6f
3 changed files with 15 additions and 8 deletions
+4
View File
@@ -44,6 +44,10 @@ textarea[data-chat-input="true"]:hover {
box-shadow: none;
}
:root.vscode-runtime textarea[data-chat-input="true"]::placeholder {
color: color-mix(in srgb, var(--vscode-input-placeholderForeground, var(--muted-foreground)) 65%, transparent);
}
/* Match chat footer background to input in WebKit to avoid dual-tone hover/focus */
[data-chat-input="true"] + div[data-chat-input-footer="true"] {
background: transparent !important;