assets/stylesheets/patternfly/_charts.scss in patternfly-sass-2.5.0 vs assets/stylesheets/patternfly/_charts.scss in patternfly-sass-2.6.0
- old
+ new
@@ -21,11 +21,11 @@
.c3-chart-arc path {
stroke: #fff;
}
-.c3-grid line {
+.c3-grid line {
stroke: $table-border-color;
}
.c3-line {
stroke-width: 2px;
@@ -37,11 +37,11 @@
@include opacity($tooltip-opacity);
td {
background: transparent;
border: 0;
- color: #fff;
+ color: $tooltip-color;
font-size: $font-size-base;
padding: 5px 10px;
}
th {
@@ -56,35 +56,31 @@
padding-top: 0;
}
}
}
-.c3-tooltip-sparkline {
+.c3-tooltip-sparkline,
+.donut-tooltip-pf {
background: $tooltip-bg;
- color: #fff;
+ color: $tooltip-color;
@include opacity($tooltip-opacity);
padding: 2px 6px;
}
.c3-xgrid, .c3-ygrid {
stroke-dasharray: 0 0;
}
+.chart-pf-sparkline {
+ margin-left: -5px;
+ margin-right: -5px;
+}
+
.donut-title-big-pf {
- color: $gray-dark;
font-size: $donut-font-size-big;
font-weight: 300;
}
.donut-title-small-pf {
- color: $gray-dark;
font-size: $font-size-base;
font-weight: 400;
-}
-
-.donut-tooltip-pf {
- background: $tooltip-bg;
- color: $tooltip-color;
- filter: alpha(opacity=90);
- opacity: 0.9;
- padding: 2px 6px;
}