We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8265c3e commit def8a20Copy full SHA for def8a20
src/vs/editor/browser/widget/diffEditorWidget2/style.css
@@ -78,12 +78,12 @@
78
border: 2px solid var(--vscode-diffEditor-move-border);
79
}
80
81
-.monaco-editor .moved-blocks-lines {
+.monaco-diff-editor .moved-blocks-lines {
82
position: absolute;
83
pointer-events: none;
84
85
86
-.monaco-editor .moved-blocks-lines path {
+.monaco-diff-editor .moved-blocks-lines path {
87
fill: none;
88
stroke: var(--vscode-diffEditor-move-border);
89
stroke-width: 2;
0 commit comments