This commit is contained in:
rebornix
2021-06-02 17:30:04 -07:00
parent e6aaf49398
commit 7dacb10b59
@@ -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