提交 83405abc 编写于 作者: I isidor

debug: change decoration for disabled breakpoints.

上级 4e9b3c32
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g stroke="#c10" stroke-width="2"><circle cx="8" cy="8" r="4"/></g></g></svg>
\ No newline at end of file
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="#c10" fill-opacity=".4"><circle cx="8" cy="8" r="5"/></g></g></svg>
\ No newline at end of file
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g stroke="#E51400" stroke-width="2"><circle cx="8" cy="8" r="4"/></g></g></svg>
\ No newline at end of file
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="#E51400" fill-opacity=".3"><circle cx="8" cy="8" r="5"/></g></g></svg>
\ No newline at end of file
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="#c10" fill-opacity=".4"><circle cx="8" cy="8" r="5"/></g></g></svg>
\ No newline at end of file
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g stroke="#c10" stroke-width="2"><circle cx="8" cy="8" r="4"/></g></g></svg>
\ No newline at end of file
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="#E51400" fill-opacity=".3"><circle cx="8" cy="8" r="5"/></g></g></svg>
\ No newline at end of file
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g stroke="#E51400" stroke-width="2"><circle cx="8" cy="8" r="4"/></g></g></svg>
\ No newline at end of file
......@@ -26,7 +26,7 @@
}
.monaco-editor .debug-breakpoint-glyph-hint {
background: url('breakpoint-hover.svg') center center no-repeat;
background: url('breakpoint-disabled.svg') center center no-repeat;
}
.monaco-editor .debug-breakpoint-glyph-disabled {
......@@ -264,7 +264,7 @@
}
.monaco-editor.vs-dark .debug-breakpoint-glyph-hint {
background: url('breakpoint-hover-dark.svg') center center no-repeat;
background: url('breakpoint-disabled-dark.svg') center center no-repeat;
}
.monaco-editor.vs-dark .debug-breakpoint-glyph-disabled {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册