This commit is contained in:
Ladislau Szomoru
2022-04-04 09:53:22 +02:00
parent bf4344c4fd
commit 0bc095362e
@@ -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;
}