提交 ef4e7cfd 编写于 作者: I isidor

debug: remove-token-colors not needed. Also unverified color should not get priority

上级 b9f0336d
......@@ -662,7 +662,7 @@ registerThemingParticipant((theme, collector) => {
if (debugIconBreakpointUnverifiedColor) {
collector.addRule(`
.monaco-workbench .codicon[class*='-unverified'] {
color: ${debugIconBreakpointUnverifiedColor} !important;
color: ${debugIconBreakpointUnverifiedColor};
}
`);
}
......
......@@ -119,7 +119,6 @@ class CallStackEditorContribution implements IEditorContribution {
private static TOP_STACK_FRAME_DECORATION: IModelDecorationOptions = {
isWholeLine: true,
inlineClassName: 'debug-remove-token-colors',
className: 'debug-top-stack-frame-line',
stickiness
};
......@@ -130,7 +129,6 @@ class CallStackEditorContribution implements IEditorContribution {
private static FOCUSED_STACK_FRAME_DECORATION: IModelDecorationOptions = {
isWholeLine: true,
inlineClassName: 'debug-remove-token-colors',
className: 'debug-focused-stack-frame-line',
stickiness
};
......
......@@ -182,7 +182,3 @@
.hc-black .monaco-workbench .monaco-list-row .expression .name {
color: inherit;
}
.hc-black .monaco-editor .debug-remove-token-colors {
color:black;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册