Path: blob/main/src/vs/workbench/contrib/interactive/browser/media/interactive.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 {6box-sizing: border-box;7}89.interactive-editor .input-cell-container .input-focus-indicator {10position: absolute;11left: 0px;12height: 19px;13}1415.interactive-editor .input-cell-container .input-focus-indicator::before {16border-left: 3px solid transparent;17border-radius: 2px;18margin-left: 4px;19content: "";20position: absolute;21width: 0px;22height: 100%;23z-index: 10;24left: 0px;25top: 0px;26height: 100%;27}2829.interactive-editor .input-cell-container .run-button-container {30position: absolute;31}3233.interactive-editor .input-cell-container .run-button-container .monaco-toolbar .actions-container {34justify-content: center;35}363738