monaco-editor
Version:
A browser based code editor
16 lines (13 loc) • 561 B
CSS
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.monaco-editor .snippet-placeholder {
min-width: 2px;
outline-style: solid;
outline-width: 1px;
}
.monaco-editor .finish-snippet-placeholder {
outline-style: solid;
outline-width: 1px;
}