Skip to content

Commit 660393d

Browse files
authored
Fixes #186918 In Release Branch (#186919)
Fixes #186918
1 parent 86b27fa commit 660393d

File tree

1 file changed

+2
-2
lines changed
  • src/vs/editor/browser/widget/diffEditorWidget2

1 file changed

+2
-2
lines changed

src/vs/editor/browser/widget/diffEditorWidget2/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@
7878
border: 2px solid var(--vscode-diffEditor-move-border);
7979
}
8080

81-
.monaco-editor .moved-blocks-lines {
81+
.monaco-diff-editor .moved-blocks-lines {
8282
position: absolute;
8383
pointer-events: none;
8484
}
8585

86-
.monaco-editor .moved-blocks-lines path {
86+
.monaco-diff-editor .moved-blocks-lines path {
8787
fill: none;
8888
stroke: var(--vscode-diffEditor-move-border);
8989
stroke-width: 2;

0 commit comments

Comments
 (0)