Commit c2deaa7e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Move hidden class to graph itself; remove background color from play node & align icon

parent 5defad2d
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
if ($('.build', $this).length === 1) $this.addClass('no-margin'); if ($('.build', $this).length === 1) $this.addClass('no-margin');
}); });
} }
$('.pipeline-graph-container').removeClass('hidden'); $('.pipeline-graph').removeClass('hidden');
} }
} }
......
...@@ -359,11 +359,10 @@ ...@@ -359,11 +359,10 @@
} }
&.playable { &.playable {
background-color: $gray-light;
svg { svg {
height: 12px; height: 13px;
width: 12px; width: 20px;
position: relative; position: relative;
top: 1px; top: 1px;
......
.pipeline-graph-container.hidden .pipeline-graph-container
.row-content-block.build-content.middle-block.pipeline-actions .row-content-block.build-content.middle-block.pipeline-actions
.pull-right .pull-right
.btn.btn-grouped.btn-white.toggle-pipeline-btn .btn.btn-grouped.btn-white.toggle-pipeline-btn
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
in in
= time_interval_in_words pipeline.duration = time_interval_in_words pipeline.duration
.row-content-block.build-content.middle-block.pipeline-graph .row-content-block.build-content.middle-block.pipeline-graph.hidden
.pipeline-visualization .pipeline-visualization
%ul.stage-column-list %ul.stage-column-list
- stages = pipeline.stages_with_latest_statuses - stages = pipeline.stages_with_latest_statuses
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment