We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393186e commit ea61879Copy full SHA for ea61879
src/vs/workbench/contrib/debug/browser/media/debug.contribution.css
@@ -36,8 +36,8 @@
36
.codicon-debug-breakpoint-conditional.codicon-debug-stackframe::after,
37
.codicon-debug-breakpoint.codicon-debug-stackframe-focused::after,
38
.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);
+ content: var(--vscode-icon-debug-stackframe-dot-content);
+ font-family: var(--vscode-icon-debug-stackframe-dot-font-family);
41
position: absolute;
42
}
43
0 commit comments