From e83aed07660f4e23a4a367a90f2862c4e64092cd Mon Sep 17 00:00:00 2001 From: isidor Date: Wed, 2 Dec 2015 16:56:21 +0100 Subject: [PATCH] debug: stack frames show breakpoint when overlaping. --- .../parts/debug/browser/media/debug.contribution.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; }