gantt-lib 0.115.0 → 0.115.2
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/dist/index.css.map +1 -1
- package/dist/index.d.mts +6 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.js +17 -22
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -22
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +2 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1007,6 +1007,7 @@
|
|
|
1007
1007
|
padding-left: 0;
|
|
1008
1008
|
}
|
|
1009
1009
|
.gantt-tl-row-parent {
|
|
1010
|
+
background-color: var(--gantt-plan-fact-parent-row-background, rgba(148, 163, 184, 0.22));
|
|
1010
1011
|
font-weight: 600;
|
|
1011
1012
|
--gantt-tl-name-actions-bg: inherit;
|
|
1012
1013
|
}
|
|
@@ -3544,6 +3545,7 @@
|
|
|
3544
3545
|
box-shadow: inset 0 calc(-1 * var(--gantt-pf-row-line-width)) 0 var(--gantt-pf-row-line-color);
|
|
3545
3546
|
}
|
|
3546
3547
|
.gantt-pf-row-parent {
|
|
3548
|
+
background-color: var(--gantt-plan-fact-parent-row-background, rgba(148, 163, 184, 0.22));
|
|
3547
3549
|
background-image:
|
|
3548
3550
|
linear-gradient(
|
|
3549
3551
|
to right,
|