mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +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 {
|
.monaco-editor {
|
||||||
--vscode-editor-placeholder-foreground: rgba(0, 0, 0, 0.5);
|
--vscode-editor-placeholder-foreground: var(--vscode-editorGhostText-foreground);
|
||||||
}
|
}
|
||||||
|
|
||||||
.monaco-editor .placeholder-text {
|
.monaco-editor .placeholder-text {
|
||||||
|
|||||||
Reference in New Issue
Block a user