Skip to content

Commit ea61879

Browse files
authored
Breakpoint with stackframe should use debugStackframeDot (microsoft#211335)
1 parent 393186e commit ea61879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/debug/browser/media/debug.contribution.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
.codicon-debug-breakpoint-conditional.codicon-debug-stackframe::after,
3737
.codicon-debug-breakpoint.codicon-debug-stackframe-focused::after,
3838
.codicon-debug-breakpoint.codicon-debug-stackframe::after {
39-
content: var(--vscode-icon-circle-small-filled-content);
40-
font-family: var(--vscode-icon-circle-small-filled-font-family);
39+
content: var(--vscode-icon-debug-stackframe-dot-content);
40+
font-family: var(--vscode-icon-debug-stackframe-dot-font-family);
4141
position: absolute;
4242
}
4343

0 commit comments

Comments
 (0)