Skip to content

Commit def8a20

Browse files
authored
1 parent 8265c3e commit def8a20

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

Lines changed: 2 additions & 2 deletions
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)