提交 197c6d65 编写于 作者: I isidor

debug: more orange for breakpoint widget

上级 9a34865c
......@@ -41,7 +41,7 @@ export class BreakpointWidget extends ZoneWidget {
dom.addClass(this.inputBox.inputElement, platform.isWindows ? 'windows' : platform.isMacintosh ? 'mac' : 'linux');
this.inputBox.value = (breakpoint && breakpoint.condition) ? breakpoint.condition : '';
// TODO@Isidor check with Alex why does the editor steal focus
setTimeout(() => this.inputBox.focus(), 100);
setTimeout(() => this.inputBox.focus(), 150);
let disposed = false;
const toDispose: [lifecycle.IDisposable] = [this.inputBox, this];
......
......@@ -3,6 +3,11 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.monaco-editor .zone-widget .zone-widget-container.breakpoint-widget {
border-top-color: #E89208;
border-bottom-color: #E89208;
}
.monaco-editor .breakpoint-widget .input {
font-family: Monaco, Menlo, Consolas, "Droid Sans Mono", "Inconsolata", "Courier New", monospace, "Droid Sans Fallback";
line-height: 22px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册