Commit 1b90ded1 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'burndown-unused-styles' into 'master'

Remove unused burndown chart CSS

See merge request gitlab-org/gitlab!29222
parents 846a1a82 5dc47286
......@@ -60,76 +60,3 @@
margin-bottom: 2px;
}
}
.burndown-chart {
width: 100%;
margin: 5px 0;
.axis {
font-size: 12px;
line,
path {
fill: none;
stroke: $gl-gray-350;
shape-rendering: crispEdges;
}
}
.axis-label {
text {
fill: $gl-text-color-secondary;
}
line {
stroke: $border-color;
}
}
.legend {
shape-rendering: crispEdges;
text {
font-size: 13px;
fill: $gl-text-color-tertiary;
}
rect {
stroke: $border-color;
fill: none;
}
}
.line {
stroke-width: 2px;
fill: none;
&.actual {
stroke: $green-500;
}
&.ideal {
stroke: $gl-gray-350;
stroke-dasharray: 6px 6px;
}
}
.focus {
circle {
fill: $white;
stroke: $green-500;
stroke-width: 2px;
}
}
.chart-tooltip {
text {
font-size: 12px;
fill: $white;
}
rect {
fill: $black;
}
}
}
......@@ -6,7 +6,7 @@
= warning
- if can_generate_chart?(milestone, burndown)
.burndown-chart{ data: { start_date: burndown.start_date.strftime("%Y-%m-%d"),
.burndown-chart.mb-2{ data: { start_date: burndown.start_date.strftime("%Y-%m-%d"),
due_date: burndown.due_date.strftime("%Y-%m-%d"),
burndown_events_path: expose_url(burndown_endpoint), qa_selector: 'burndown_chart' } }
......
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