File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/vs/editor/browser/viewParts/minimap Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
}
17
17
/* END cover the case that slider is visible on mouseover */
18
18
.monaco-editor .minimap-slider .minimap-slider-horizontal {
19
- color : var (--vscode-minimapSlider-background );
19
+ background : var (--vscode-minimapSlider-background );
20
20
}
21
21
.monaco-editor .minimap-slider : hover .minimap-slider-horizontal {
22
- color : var (--vscode-minimapSlider-hoverBackground );
22
+ background : var (--vscode-minimapSlider-hoverBackground );
23
23
}
24
24
.monaco-editor .minimap-slider .active .minimap-slider-horizontal {
25
- color : var (--vscode-minimapSlider-activeBackground );
25
+ background : var (--vscode-minimapSlider-activeBackground );
26
26
}
27
27
.monaco-editor .minimap-shadow-visible {
28
- box-shadow : var (--vscode-minimap -shadow ) -6px 0 6px -6px inset;
28
+ box-shadow : var (--vscode-scrollbar -shadow ) -6px 0 6px -6px inset;
29
29
}
30
30
.monaco-editor .minimap-shadow-hidden {
31
31
position : absolute;
You can’t perform that action at this time.
0 commit comments