From 7dacb10b591c1d22d116bf3b0b2f2f6d04cfdd05 Mon Sep 17 00:00:00 2001 From: rebornix Date: Wed, 2 Jun 2021 17:30:04 -0700 Subject: [PATCH] fix #125339. --- .../contrib/notebook/browser/notebookEditorWidget.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.ts b/src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.ts index bb160d0ca91..5f94dbb1c9f 100644 --- a/src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.ts +++ b/src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.ts @@ -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