Skip to content

Commit 0eda358

Browse files
author
Andrew Or
committed
Tweak skipped stage border color
1 parent c604150 commit 0eda358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/org/apache/spark/ui/static/spark-dag-viz.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
}
6464

6565
#dag-viz-graph svg.job g.cluster.stage.skipped rect {
66-
stroke: #C4C4C4;
66+
stroke: #ADADAD;
6767
stroke-width: 1px;
6868
}
6969

0 commit comments

Comments
 (0)