From df77130adb3407716c759fa1c270b572fe93b3b8 Mon Sep 17 00:00:00 2001 From: Michael Lively Date: Fri, 7 Feb 2025 13:07:12 -0800 Subject: [PATCH] Fix css rule for notebook selection highlighting (#240004) fix css rule for notebook selection highlighting --- src/vs/workbench/contrib/notebook/browser/media/notebook.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/notebook/browser/media/notebook.css b/src/vs/workbench/contrib/notebook/browser/media/notebook.css index db5cc0157382b..6c2f0f8c545e1 100644 --- a/src/vs/workbench/contrib/notebook/browser/media/notebook.css +++ b/src/vs/workbench/contrib/notebook/browser/media/notebook.css @@ -458,7 +458,7 @@ /** Notebook Textual Selection Highlight */ .nb-selection-highlight { - background-color: var(--vscode-editor-selectionBackground); + background-color: var(--vscode-editor-selectionHighlightBackground); } /** Cell Multi-Cursor Cursor highlight */