Skip to content

Commit c18e86e

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

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
@@ -119,7 +119,7 @@ cls.EcmascriptDebugger["6.0"].Hostspotlighter = function()
119119
// padding box; fill, frame, grid
120120
[104, 0, 0],
121121
// border box; fill, frame, grid
122-
[255, 0, 128],
122+
[128, 0, 128],
123123
// margin box; fill, frame, grid
124124
[156, 0, 0],
125125
],

0 commit comments

Comments
 (0)