Path: blob/main/src/vs/editor/contrib/snippet/browser/snippetSession.css
3296 views
/*---------------------------------------------------------------------------------------------1* Copyright (c) Microsoft Corporation. All rights reserved.2* Licensed under the MIT License. See License.txt in the project root for license information.3*--------------------------------------------------------------------------------------------*/45.monaco-editor .snippet-placeholder {6min-width: 2px;7outline-style: solid;8outline-width: 1px;9background-color: var(--vscode-editor-snippetTabstopHighlightBackground, transparent);10outline-color: var(--vscode-editor-snippetTabstopHighlightBorder, transparent);11}1213.monaco-editor .finish-snippet-placeholder {14outline-style: solid;15outline-width: 1px;16background-color: var(--vscode-editor-snippetFinalTabstopHighlightBackground, transparent);17outline-color: var(--vscode-editor-snippetFinalTabstopHighlightBorder, transparent);18}192021