mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 15:35:20 +01:00
Fix #146465
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user