Skip to content

Commit 1e9bea8

Browse files
author
Daniel Herzog
committed
Adjusted hover highlighting some more, reg DFL-3248
1 parent 439648b commit 1e9bea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ecma-debugger/hostspotlighter.js

Lines changed: 2 additions & 2 deletions
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-
[128, 0, 128],
132+
[208, 0, 128],
133133
// margin box; fill, frame, grid
134134
[156, 0, 0],
135135
],
@@ -140,7 +140,7 @@ cls.EcmascriptDebugger["6.0"].Hostspotlighter = function()
140140
// padding box; fill, frame, grid
141141
[52, 0, 0],
142142
// border box; fill, frame, grid
143-
[128, 0, 64],
143+
[104, 0, 64],
144144
// margin box; fill, frame, grid
145145
[76, 0, 0],
146146
],

0 commit comments

Comments
 (0)