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 439648b commit 1e9bea8Copy full SHA for 1e9bea8
src/ecma-debugger/hostspotlighter.js
@@ -129,7 +129,7 @@ cls.EcmascriptDebugger["6.0"].Hostspotlighter = function()
129
// padding box; fill, frame, grid
130
[104, 0, 0],
131
// border box; fill, frame, grid
132
- [128, 0, 128],
+ [208, 0, 128],
133
// margin box; fill, frame, grid
134
[156, 0, 0],
135
],
@@ -140,7 +140,7 @@ cls.EcmascriptDebugger["6.0"].Hostspotlighter = function()
140
141
[52, 0, 0],
142
143
- [128, 0, 64],
+ [104, 0, 64],
144
145
[76, 0, 0],
146
0 commit comments