From 2d3f1a0b4783e43240f595cd71eecca3ec53125e Mon Sep 17 00:00:00 2001 From: rebornix Date: Fri, 5 Mar 2021 17:20:15 -0800 Subject: [PATCH] fix #117699 --- .../workbench/contrib/notebook/browser/diff/notebookDiff.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/vs/workbench/contrib/notebook/browser/diff/notebookDiff.css b/src/vs/workbench/contrib/notebook/browser/diff/notebookDiff.css index 370fa55a783..21674d0c75b 100644 --- a/src/vs/workbench/contrib/notebook/browser/diff/notebookDiff.css +++ b/src/vs/workbench/contrib/notebook/browser/diff/notebookDiff.css @@ -61,6 +61,10 @@ /* overflow: hidden; */ } +.notebook-text-diff-editor > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row { + cursor: default; +} + .notebook-text-diff-editor .cell-body .cell-diff-editor-container .metadata-editor-container.diff, .notebook-text-diff-editor .cell-body .cell-diff-editor-container .output-editor-container.diff, .notebook-text-diff-editor .cell-body .cell-diff-editor-container .editor-container.diff {