@zat-design/sisyphus-react 3.9.0-beta.17 → 3.9.0-beta.19
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.esm.css
CHANGED
@@ -3116,7 +3116,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3116
3116
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
3117
3117
|
}
|
3118
3118
|
.pro-form .pro-form-item-add .ant-input {
|
3119
|
-
background: var(--zaui-contract-bg, #
|
3119
|
+
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
3120
3120
|
}
|
3121
3121
|
.pro-form .pro-form-item-add .ant-select.ant-select-disabled .ant-select-selector {
|
3122
3122
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
@@ -4610,10 +4610,11 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4610
4610
|
.pro-edit-table .ant-table-pagination .ant-pagination-options .ant-select.ant-select-in-form-item {
|
4611
4611
|
width: auto;
|
4612
4612
|
}
|
4613
|
-
.pro-edit-table .is-new-row td
|
4614
|
-
|
4615
|
-
|
4616
|
-
.pro-edit-table .
|
4613
|
+
.pro-edit-table .ant-table .ant-table-body .ant-table-tbody .is-new-row.ant-table-row td {
|
4614
|
+
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4615
|
+
}
|
4616
|
+
.pro-edit-table .ant-table .ant-table-body .ant-table-tbody .is-new-row.ant-table-row:hover td,
|
4617
|
+
.pro-edit-table .ant-table .ant-table-body .ant-table-tbody .is-new-row.ant-table-row:hover .ant-table-cell-row-hover {
|
4617
4618
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4618
4619
|
}
|
4619
4620
|
.pro-edit-table-footer {
|
package/dist/less.esm.css
CHANGED
@@ -3116,7 +3116,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
3116
3116
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
3117
3117
|
}
|
3118
3118
|
.pro-form .pro-form-item-add .ant-input {
|
3119
|
-
background: var(--zaui-contract-bg, #
|
3119
|
+
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
3120
3120
|
}
|
3121
3121
|
.pro-form .pro-form-item-add .ant-select.ant-select-disabled .ant-select-selector {
|
3122
3122
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
@@ -4610,10 +4610,11 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4610
4610
|
.pro-edit-table .ant-table-pagination .ant-pagination-options .ant-select.ant-select-in-form-item {
|
4611
4611
|
width: auto;
|
4612
4612
|
}
|
4613
|
-
.pro-edit-table .is-new-row td
|
4614
|
-
|
4615
|
-
|
4616
|
-
.pro-edit-table .
|
4613
|
+
.pro-edit-table .ant-table .ant-table-body .ant-table-tbody .is-new-row.ant-table-row td {
|
4614
|
+
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4615
|
+
}
|
4616
|
+
.pro-edit-table .ant-table .ant-table-body .ant-table-tbody .is-new-row.ant-table-row:hover td,
|
4617
|
+
.pro-edit-table .ant-table .ant-table-body .ant-table-tbody .is-new-row.ant-table-row:hover .ant-table-cell-row-hover {
|
4617
4618
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4618
4619
|
}
|
4619
4620
|
.pro-edit-table-footer {
|
@@ -281,8 +281,11 @@
|
|
281
281
|
}
|
282
282
|
}
|
283
283
|
|
284
|
-
|
285
|
-
|
284
|
+
.@{ant-prefix}-table .@{ant-prefix}-table-body .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td{
|
285
|
+
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
286
|
+
}
|
287
|
+
.@{ant-prefix}-table .@{ant-prefix}-table-body .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover{
|
288
|
+
td, .@{ant-prefix}-table-cell-row-hover {
|
286
289
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
287
290
|
}
|
288
291
|
}
|
@@ -412,7 +412,7 @@
|
|
412
412
|
background: @zaui-contract-bg-add !important;
|
413
413
|
|
414
414
|
.@{ant-prefix}-input {
|
415
|
-
background: @zaui-contract-bg !important;
|
415
|
+
background: @zaui-contract-bg-add !important;
|
416
416
|
}
|
417
417
|
|
418
418
|
.@{ant-prefix}-select.@{ant-prefix}-select-disabled .@{ant-prefix}-select-selector{
|
@@ -281,8 +281,11 @@
|
|
281
281
|
}
|
282
282
|
}
|
283
283
|
|
284
|
-
|
285
|
-
|
284
|
+
.@{ant-prefix}-table .@{ant-prefix}-table-body .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td{
|
285
|
+
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
286
|
+
}
|
287
|
+
.@{ant-prefix}-table .@{ant-prefix}-table-body .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover{
|
288
|
+
td, .@{ant-prefix}-table-cell-row-hover {
|
286
289
|
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
287
290
|
}
|
288
291
|
}
|
@@ -412,7 +412,7 @@
|
|
412
412
|
background: @zaui-contract-bg-add !important;
|
413
413
|
|
414
414
|
.@{ant-prefix}-input {
|
415
|
-
background: @zaui-contract-bg !important;
|
415
|
+
background: @zaui-contract-bg-add !important;
|
416
416
|
}
|
417
417
|
|
418
418
|
.@{ant-prefix}-select.@{ant-prefix}-select-disabled .@{ant-prefix}-select-selector{
|