@innovastudio/contentbuilder 1.5.90 → 1.5.91
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/index.d.ts
CHANGED
package/package.json
CHANGED
@@ -5461,6 +5461,10 @@ button:focus-visible {
|
|
5461
5461
|
fill: #fff !important;
|
5462
5462
|
color: #fff !important;
|
5463
5463
|
}
|
5464
|
+
.is-tool.is-row-tool svg * {
|
5465
|
+
fill: #fff !important;
|
5466
|
+
color: #fff !important;
|
5467
|
+
}
|
5464
5468
|
.is-tool.is-row-tool .row-handle {
|
5465
5469
|
display: flex;
|
5466
5470
|
height: 25px;
|
@@ -5528,6 +5532,11 @@ button:focus-visible {
|
|
5528
5532
|
/* $ui-columntool-colored-button-svg-fill */
|
5529
5533
|
color: #fff !important;
|
5530
5534
|
}
|
5535
|
+
.is-tool.is-col-tool svg * {
|
5536
|
+
fill: #fff !important;
|
5537
|
+
/* $ui-columntool-colored-button-svg-fill */
|
5538
|
+
color: #fff !important;
|
5539
|
+
}
|
5531
5540
|
.is-tool.is-col-tool .cell-more svg {
|
5532
5541
|
width: 14px;
|
5533
5542
|
height: 14px;
|