Skip to content

Commit

Permalink
Fix css rule for notebook selection highlighting (#240004)
Browse files Browse the repository at this point in the history
fix css rule for notebook selection highlighting
  • Loading branch information
Yoyokrazy authored Feb 7, 2025
1 parent 608fb30 commit df77130
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit df77130

Please sign in to comment.