mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Sets default placeholderText color
This commit is contained in:
committed by
Henning Dieterichs
parent
f4a72d079c
commit
2fb5b16a23
@@ -4,7 +4,7 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
.monaco-editor {
|
||||
--vscode-editor-placeholder-foreground: rgba(0, 0, 0, 0.5);
|
||||
--vscode-editor-placeholder-foreground: var(--vscode-editorGhostText-foreground);
|
||||
}
|
||||
|
||||
.monaco-editor .placeholder-text {
|
||||
|
||||
Reference in New Issue
Block a user