mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 12:11:43 +01:00
debug: stack frames show breakpoint when overlaping.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user