Path: blob/main/src/vs/workbench/contrib/interactive/browser/interactiveEditor.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.interactive-editor .input-cell-container:focus-within .input-editor-container>.monaco-editor {6outline: solid 1px var(--vscode-notebook-focusedCellBorder);7}89.interactive-editor .input-cell-container .input-editor-container>.monaco-editor {10outline: solid 1px var(--vscode-notebook-inactiveFocusedCellBorder);11}1213.interactive-editor .input-cell-container .input-focus-indicator {14top: 8px;15}1617.interactive-editor .input-cell-container .monaco-editor-background,18.interactive-editor .input-cell-container .margin-view-overlays {19background-color: var(--vscode-notebook-cellEditorBackground, var(--vscode-editor-background));20}212223