mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
fix #125339.
This commit is contained in:
@@ -668,7 +668,12 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditor
|
||||
styleSheets.push(`
|
||||
.monaco-workbench .notebookOverlay .monaco-list:focus-within .monaco-list-row.focused .cell-inner-container .cell-focus-indicator-left:before {
|
||||
border-color: var(--notebook-focused-cell-border-color) !important;
|
||||
}`);
|
||||
}
|
||||
|
||||
.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.focused .cell-inner-container .cell-focus-indicator-left:before {
|
||||
border-color: var(--notebook-inactive-focused-cell-border-color) !important;
|
||||
}
|
||||
`);
|
||||
}
|
||||
|
||||
// between cell insert toolbar
|
||||
|
||||
Reference in New Issue
Block a user