Skip to content

Commit 439648b

Browse files
author
Daniel Herzog
committed
Lowering the opacity of the border highlight, fixes DFL-3248
1 parent c653938 commit 439648b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecma-debugger/hostspotlighter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ cls.EcmascriptDebugger["6.0"].Hostspotlighter = function()
129129
// padding box; fill, frame, grid
130130
[104, 0, 0],
131131
// border box; fill, frame, grid
132-
[255, 0, 128],
132+
[128, 0, 128],
133133
// margin box; fill, frame, grid
134134
[156, 0, 0],
135135
],

0 commit comments

Comments
 (0)