Skip to content

Commit

Permalink
Fixes #186918 In Release Branch (#186919)
Browse files Browse the repository at this point in the history
Fixes #186918
  • Loading branch information
hediet authored Jul 4, 2023
1 parent 86b27fa commit 660393d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/editor/browser/widget/diffEditorWidget2/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@
border: 2px solid var(--vscode-diffEditor-move-border);
}

.monaco-editor .moved-blocks-lines {
.monaco-diff-editor .moved-blocks-lines {
position: absolute;
pointer-events: none;
}

.monaco-editor .moved-blocks-lines path {
.monaco-diff-editor .moved-blocks-lines path {
fill: none;
stroke: var(--vscode-diffEditor-move-border);
stroke-width: 2;
Expand Down

0 comments on commit 660393d

Please sign in to comment.