Skip to content

Commit f3f9f8f

Browse files
authored
Increase the width of the selected relationship-path to make it more visible (#948)
1 parent fc43202 commit f3f9f8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@
227227

228228
.group:hover .relationship-path {
229229
stroke: #0084d1;
230-
stroke-width: 2;
230+
stroke-width: 6;
231231
stroke-dasharray: 12 8;
232232
animation: dash-right 1s linear infinite;
233+
233234
}

0 commit comments

Comments
 (0)