/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ .monaco-editor .current-line { display: block; position: absolute; left: 0; top: 0; box-sizing: border-box; } .monaco-editor.vs.focused .current-line { border: 2px solid #EEE; } .monaco-editor.vs-dark.focused .current-line { border: 2px solid #282828; } .monaco-editor.hc-black.focused .current-line { border: 2px solid #f38518; }