@trebco/treb 27.0.0 → 27.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -38,6 +38,13 @@
|
|
|
38
38
|
* UPDATE: back to sass, but still using this file (compiles fine)
|
|
39
39
|
*/
|
|
40
40
|
|
|
41
|
+
.treb-main.treb-main .treb-chart, .treb-chart {
|
|
42
|
+
|
|
43
|
+
// this was getting lost by the new higher-specificity reset
|
|
44
|
+
background: var(--treb-chart-background, #fff);
|
|
45
|
+
|
|
46
|
+
}
|
|
47
|
+
|
|
41
48
|
|
|
42
49
|
/* container style */
|
|
43
50
|
.treb-chart {
|
|
@@ -48,7 +55,7 @@
|
|
|
48
55
|
* of times we have to define the same colors.
|
|
49
56
|
*/
|
|
50
57
|
|
|
51
|
-
background: var(--treb-chart-background, #fff);
|
|
58
|
+
// moved // background: var(--treb-chart-background, #fff);
|
|
52
59
|
|
|
53
60
|
.series-1 { color: var(--treb-chart-color-series-1, #80B1D3); }
|
|
54
61
|
.series-2 { color: var(--treb-chart-color-series-2, #8DD3C7); }
|