Skip to content

Commit df77130

Browse files
authored
Fix css rule for notebook selection highlighting (microsoft#240004)
fix css rule for notebook selection highlighting
1 parent 608fb30 commit df77130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/media/notebook.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458

459459
/** Notebook Textual Selection Highlight */
460460
.nb-selection-highlight {
461-
background-color: var(--vscode-editor-selectionBackground);
461+
background-color: var(--vscode-editor-selectionHighlightBackground);
462462
}
463463

464464
/** Cell Multi-Cursor Cursor highlight */

0 commit comments

Comments
 (0)