@21epub/epub-thirdparty
Version:
epub-thirdparty
16 lines (13 loc) • 546 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;
}