diff --git a/src/vs/workbench/parts/debug/browser/media/debug.contribution.css b/src/vs/workbench/parts/debug/browser/media/debug.contribution.css index 00753c446d0..4b502df9bf3 100644 --- a/src/vs/workbench/parts/debug/browser/media/debug.contribution.css +++ b/src/vs/workbench/parts/debug/browser/media/debug.contribution.css @@ -49,11 +49,11 @@ background: url('breakpoint.svg') center center no-repeat; } -.monaco-editor .debug-top-stack-frame-glyph.debug-breakpoint-glyph { +.monaco-editor .debug-top-stack-frame-glyph.debug-breakpoint-glyph-verified { background: url('current-and-breakpoint.svg') center center no-repeat; } -.monaco-editor .debug-focused-stack-frame-glyph.debug-breakpoint-glyph { +.monaco-editor .debug-focused-stack-frame-glyph.debug-breakpoint-glyph-verified { background: url('stackframe-and-breakpoint.svg') center center no-repeat; } @@ -291,11 +291,11 @@ background: url('breakpoint-dark.svg') center center no-repeat; } -.monaco-editor.vs-dark .debug-top-stack-frame-glyph.debug-breakpoint-glyph { +.monaco-editor.vs-dark .debug-top-stack-frame-glyph.debug-breakpoint-glyph-verified { background: url('current-and-breakpoint-dark.svg') center center no-repeat; } -.monaco-editor.vs-dark .debug-focused-stack-frame-glyph.debug-breakpoint-glyph { +.monaco-editor.vs-dark .debug-focused-stack-frame-glyph.debug-breakpoint-glyph-verified { background: url('stackframe-and-breakpoint-dark.svg') center center no-repeat; }