Skip to content

Commit bfbf5ee

Browse files
authored
.
1 parent 06e6f6c commit bfbf5ee

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

_static/protocolsView.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@
3535
z-index: 10;
3636
}
3737
text { pointer-events: none; user-select: none; }
38-
.bold-label {
39-
font-weight: bold;
40-
fill: black; /* opcional, por si quieres resaltar más */
41-
}
38+
4239
</style>
4340
</head>
4441
<body>
@@ -182,11 +179,6 @@
182179
.filter(n => related.has(n.id))
183180
.classed("dimmed", false);
184181

185-
if (d.type === "protocol") {
186-
label
187-
.filter(t => t.id === d.id)
188-
.classed("bold-label", true);
189-
}
190182
});
191183

192184

0 commit comments

Comments
 (0)