Skip to content

Commit 07f0c8d

Browse files
committed
Keeping the joining line width same when highlighted
1 parent e576c17 commit 07f0c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pairing_matrix/server/public/matrix.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function PlayGround(selector) {
137137
var pairId = pair.join('_');
138138
d3.selectAll($("#" + pairId))
139139
.attr("class", "connectLarge")
140-
.style("stroke-width", function(d) {return playground.connectionScale(d[2]) * 3})
140+
.style("stroke-width", function(d) {return playground.connectionScale(d[2])})
141141
})
142142
d3.selectAll($("#" + id))
143143
.attr("class", "playerLarge")

0 commit comments

Comments
 (0)