1/*--------------------------------------------------------------------------------------------- 2 * Copyright (c) Microsoft Corporation. All rights reserved. 3 * Licensed under the MIT License. See License.txt in the project root for license information. 4 *--------------------------------------------------------------------------------------------*/ 5 6.monaco-editor { 7 .editorPlaceholder { 8 top: 0px; 9 position: absolute; 10 overflow: hidden; 11 text-overflow: ellipsis; 12 text-wrap: nowrap; 13 pointer-events: none; 14 15 color: var(--vscode-editor-placeholder-foreground); 16 } 17} 18 19