@innovastudio/contentbuilder 1.3.30 → 1.3.31
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
|
@@ -4525,7 +4525,8 @@ button:focus-visible {
|
|
|
4525
4525
|
.is-tool.is-col-tool svg {
|
|
4526
4526
|
width: 23px;
|
|
4527
4527
|
height: 23px;
|
|
4528
|
-
fill: #fff;
|
|
4528
|
+
fill: #fff !important;
|
|
4529
|
+
/* $ui-columntool-colored-button-svg-fill */
|
|
4529
4530
|
}
|
|
4530
4531
|
.is-tool.is-col-tool .cell-more svg {
|
|
4531
4532
|
width: 14px;
|
|
@@ -4597,7 +4598,8 @@ button:focus-visible {
|
|
|
4597
4598
|
.is-builder[gray] .is-tool.is-col-tool svg {
|
|
4598
4599
|
width: 18px;
|
|
4599
4600
|
height: 18px;
|
|
4600
|
-
fill: #000;
|
|
4601
|
+
fill: #000 !important;
|
|
4602
|
+
/* $ui-columntool-grayed-button-svg-fill */
|
|
4601
4603
|
}
|
|
4602
4604
|
.is-builder[gray] .is-tool.is-col-tool .cell-more svg {
|
|
4603
4605
|
width: 12px;
|
|
@@ -73532,7 +73532,7 @@ class ContentStuff {
|
|
|
73532
73532
|
.is-tool.is-col-tool svg {
|
|
73533
73533
|
width: 23px;
|
|
73534
73534
|
height: 23px;
|
|
73535
|
-
fill: #fff;
|
|
73535
|
+
fill: #fff !important;
|
|
73536
73536
|
}
|
|
73537
73537
|
.is-tool.is-col-tool .cell-more svg {
|
|
73538
73538
|
width: 14px;
|
|
@@ -73561,7 +73561,7 @@ class ContentStuff {
|
|
|
73561
73561
|
.is-builder[gray] .is-tool.is-col-tool svg {
|
|
73562
73562
|
width: 18px;
|
|
73563
73563
|
height: 18px;
|
|
73564
|
-
fill: #000;
|
|
73564
|
+
fill: #000 !important;
|
|
73565
73565
|
}
|
|
73566
73566
|
.is-builder[gray] .is-tool.is-col-tool .cell-more svg {
|
|
73567
73567
|
width: 12px;
|
|
@@ -75138,7 +75138,7 @@ class ContentBuilder {
|
|
|
75138
75138
|
.is-tool.is-col-tool svg {
|
|
75139
75139
|
width: 23px;
|
|
75140
75140
|
height: 23px;
|
|
75141
|
-
fill: #fff;
|
|
75141
|
+
fill: #fff !important;
|
|
75142
75142
|
}
|
|
75143
75143
|
.is-tool.is-col-tool .cell-more svg {
|
|
75144
75144
|
width: 14px;
|
|
@@ -75169,7 +75169,7 @@ class ContentBuilder {
|
|
|
75169
75169
|
.is-builder[gray] .is-tool.is-col-tool svg {
|
|
75170
75170
|
width: 18px;
|
|
75171
75171
|
height: 18px;
|
|
75172
|
-
fill: #000;
|
|
75172
|
+
fill: #000 !important;
|
|
75173
75173
|
}
|
|
75174
75174
|
.is-builder[gray] .is-tool.is-col-tool .cell-more svg {
|
|
75175
75175
|
width: 12px;
|