Browse Source

Merge pull request #6927 from GordonSmith/HPCC-12957

HPCC-12957 JS Graph Subgraphs are Solid Blue

Reviewed-By: Miguel Vazquez <miguel.vazquez@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 10 năm trước cách đây
mục cha
commit
f3d1febd88
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      esp/src/eclwatch/css/hpcc.css

+ 2 - 2
esp/src/eclwatch/css/hpcc.css

@@ -1033,12 +1033,12 @@ margin-left:-20px;
     fill: white;
 }
 
-.claro .graph_Graph .graphVertex > .common_Shape {
+.claro .graph_Graph .graphVertex > .common_Shape .common_Shape {
     stroke: black;
     fill: none;
 }
 
-.claro .graph_Graph .graphVertex > .common_Shape.selected {
+.claro .graph_Graph .graphVertex > .common_Shape.selected .common_Shape {
     stroke: #1f77b4;
 }