Skip to content

Commit

Permalink
Fix #146465
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru committed Apr 4, 2022
1 parent bf4344c commit 0bc0953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/scm/browser/dirtydiffDecorator.ts
Expand Up @@ -1475,7 +1475,7 @@ registerThemingParticipant((theme: IColorTheme, collector: ICssStyleCollector) =
if (editorGutterModifiedBackgroundColor) {
collector.addRule(`
.monaco-editor .dirty-diff-modified {
background-repeat-x: no-repeat;
background-repeat: repeat-y;
background-image: linear-gradient(${linearGradient});
transition: opacity 0.5s;
}
Expand Down

0 comments on commit 0bc0953

Please sign in to comment.