mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-03 07:19:22 +00:00
Breakpoint with stackframe should use debugStackframeDot (#211335)
This commit is contained in:
committed by
GitHub
parent
393186e266
commit
ea618796e8
@@ -36,8 +36,8 @@
|
||||
.codicon-debug-breakpoint-conditional.codicon-debug-stackframe::after,
|
||||
.codicon-debug-breakpoint.codicon-debug-stackframe-focused::after,
|
||||
.codicon-debug-breakpoint.codicon-debug-stackframe::after {
|
||||
content: var(--vscode-icon-circle-small-filled-content);
|
||||
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);
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user