feat(vscode/mobile): enhance model selection view
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user