Skip to content

Commit 51bed7c

Browse files
committed
blue is overkill
1 parent 06ff1c1 commit 51bed7c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

singularity/views/templates/container_tree.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,7 @@ <h3>Files</h3>
239239
if (d.target.labels=='added') {
240240
return "stroke:#469e30";
241241
}
242-
if (d.target.labels=='shared') {
243-
return "stroke:#7b9cf4";
244-
}
245-
if (d.target.labels == 'removed') {
242+
if (d.target.labels == 'removed') {
246243
return "stroke:#9e4a52";
247244
}
248245
})

0 commit comments

Comments
 (0)