Path: blob/main/src/vs/workbench/contrib/notebook/browser/media/notebookChatEditController.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.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .view-zones .cell-editor-container > div {6padding: 12px 16px;7}89/** Cell delete higlight */10.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .view-zones .cell-inner-container {11background-color: var(--vscode-diffEditor-removedLineBackground);12padding: 8px 0;13margin-bottom: 16px;14}1516/** Cell insert higlight */17.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.code-cell-row.nb-insertHighlight .cell-focus-indicator,18.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.markdown-cell-row.nb-insertHighlight {19background-color: var(--vscode-diffEditor-insertedLineBackground, var(--vscode-diffEditor-insertedTextBackground)) !important;20}2122.notebookOverlay .cell .cell-statusbar-container .monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.code-cell-row.nb-insertHighlight .cell-focus-indicator .cell-inner-container,23.notebookOverlay .cell .cell-statusbar-container .monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.markdown-cell-row.nb-insertHighlight .cell-focus-indicator .cell-inner-container,24.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.code-cell-row.nb-insertHighlight .monaco-editor-background,25.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.markdown-cell-row.nb-insertHighlight .monaco-editor-background,26.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.code-cell-row.nb-insertHighlight .margin-view-overlays,27.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.markdown-cell-row.nb-insertHighlight .margin-view-overlays,28.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.code-cell-row.nb-insertHighlight .cell-statusbar-container {29background-color: var(--vscode-diffEditor-insertedLineBackground, var(--vscode-diffEditor-insertedTextBackground)) !important;30}31.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.markdown-cell-row.nb-insertHighlight .cell-statusbar-container {32background-color: inherit !important;33}3435.monaco-workbench .notebookOverlay .view-zones .cell-editor-part {36outline: solid 1px var(--vscode-notebook-cellBorderColor);37}383940.monaco-workbench .notebookOverlay .view-zones .cell-editor-container > div > div {41line-height: initial;42overflow-x: hidden;43font-family: var(--notebook-editor-font-family);44}4546.monaco-workbench .notebookOverlay .view-zones .cell-editor-container > div > div span {47font-family: var(--notebook-editor-font-family);48font-size: var(--notebook-editor-font-size);49font-weight: var(--notebook-editor-font-weight);50}5152.monaco-workbench .notebookOverlay .view-zones .cell-editor-part {53outline: solid 1px var(--vscode-notebook-cellBorderColor);54}555657