Skip to content

Commit d4e9e0a

Browse files
committed
hotfix-edge-color: Restore collapsed edge color in node's edge tab. #197
1 parent 9a4fb60 commit d4e9e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/view/netcreate/components/NCNode.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ class NCNode extends UNISYS.Component {
901901
<button
902902
className="edgebutton"
903903
onClick={() => this.UIViewEdge(e.id)}
904-
style={{ uBackgroundColor: bgcolor }}
904+
style={{ backgroundColor: bgcolor }}
905905
>
906906
{id === e.source ? me : sourceNode.label}
907907
&nbsp;<span title={e.type}>{ARROW_RIGHT}</span>&nbsp;

0 commit comments

Comments
 (0)