assets/stylesheets/patternfly/_charts.scss in patternfly-sass-3.3.6 vs assets/stylesheets/patternfly/_charts.scss in patternfly-sass-3.4.0
- old
+ new
@@ -18,11 +18,11 @@
.c3-axis-y .tick line {
display: none;
}
.c3-chart-arc path {
- stroke: #fff;
+ stroke: $color-pf-white;
}
.c3-grid line {
stroke: $table-border-color;
}
@@ -88,10 +88,10 @@
}
.line-chart-pf {
.c3-zoom-rect {
opacity: 1.0 !important;
- fill: #fafafa;
+ fill: $color-pf-black-100;
stroke: $table-border-color;
stroke-width: 1px;
}
}