@zat-design/sisyphus-react 3.7.0-beta.5 → 3.7.0-beta.6
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
|
@@ -2539,7 +2539,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
2539
2539
|
}
|
|
2540
2540
|
.pro-modal-select .ant-space-compact .ant-btn-compact-last-item,
|
|
2541
2541
|
.pro-tree-modal .ant-space-compact .ant-btn-compact-last-item {
|
|
2542
|
-
border-left: none;
|
|
2542
|
+
border-left: none !important;
|
|
2543
2543
|
}
|
|
2544
2544
|
.pro-modal-select .ant-input-group-addon,
|
|
2545
2545
|
.pro-tree-modal .ant-input-group-addon {
|
|
@@ -2562,6 +2562,9 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
2562
2562
|
color: var(--zaui-danger, #ff5050);
|
|
2563
2563
|
border-color: var(--zaui-danger, #ff5050);
|
|
2564
2564
|
}
|
|
2565
|
+
.ant-form-item-has-error .pro-modal-select .ant-btn-compact-last-item::before {
|
|
2566
|
+
background: var(--zaui-danger, #ff5050) !important;
|
|
2567
|
+
}
|
|
2565
2568
|
.pro-group {
|
|
2566
2569
|
width: unset !important;
|
|
2567
2570
|
display: -webkit-box;
|
package/dist/less.esm.css
CHANGED
|
@@ -2539,7 +2539,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
2539
2539
|
}
|
|
2540
2540
|
.pro-modal-select .ant-space-compact .ant-btn-compact-last-item,
|
|
2541
2541
|
.pro-tree-modal .ant-space-compact .ant-btn-compact-last-item {
|
|
2542
|
-
border-left: none;
|
|
2542
|
+
border-left: none !important;
|
|
2543
2543
|
}
|
|
2544
2544
|
.pro-modal-select .ant-input-group-addon,
|
|
2545
2545
|
.pro-tree-modal .ant-input-group-addon {
|
|
@@ -2562,6 +2562,9 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
|
2562
2562
|
color: var(--zaui-danger, #ff5050);
|
|
2563
2563
|
border-color: var(--zaui-danger, #ff5050);
|
|
2564
2564
|
}
|
|
2565
|
+
.ant-form-item-has-error .pro-modal-select .ant-btn-compact-last-item::before {
|
|
2566
|
+
background: var(--zaui-danger, #ff5050) !important;
|
|
2567
|
+
}
|
|
2565
2568
|
.pro-group {
|
|
2566
2569
|
width: unset !important;
|
|
2567
2570
|
display: -webkit-box;
|
|
@@ -99,6 +99,10 @@
|
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
+
.@{ant-prefix}-input-affix-wrapper-status-error{
|
|
103
|
+
|
|
104
|
+
}
|
|
105
|
+
|
|
102
106
|
|
|
103
107
|
.@{ant-prefix}-input-group-wrapper-status-error {
|
|
104
108
|
&:hover {
|
|
@@ -145,7 +149,7 @@
|
|
|
145
149
|
}
|
|
146
150
|
}
|
|
147
151
|
.@{ant-prefix}-btn-compact-last-item{
|
|
148
|
-
border-left: none;
|
|
152
|
+
border-left: none !important;
|
|
149
153
|
}
|
|
150
154
|
}
|
|
151
155
|
|
|
@@ -167,6 +171,9 @@
|
|
|
167
171
|
.@{ant-prefix}-btn-compact-last-item{
|
|
168
172
|
color: @zaui-danger;
|
|
169
173
|
border-color: @zaui-danger;
|
|
174
|
+
&::before{
|
|
175
|
+
background: @zaui-danger !important;
|
|
176
|
+
}
|
|
170
177
|
}
|
|
171
178
|
}
|
|
172
179
|
}
|
|
@@ -99,6 +99,10 @@
|
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
+
.@{ant-prefix}-input-affix-wrapper-status-error{
|
|
103
|
+
|
|
104
|
+
}
|
|
105
|
+
|
|
102
106
|
|
|
103
107
|
.@{ant-prefix}-input-group-wrapper-status-error {
|
|
104
108
|
&:hover {
|
|
@@ -145,7 +149,7 @@
|
|
|
145
149
|
}
|
|
146
150
|
}
|
|
147
151
|
.@{ant-prefix}-btn-compact-last-item{
|
|
148
|
-
border-left: none;
|
|
152
|
+
border-left: none !important;
|
|
149
153
|
}
|
|
150
154
|
}
|
|
151
155
|
|
|
@@ -167,6 +171,9 @@
|
|
|
167
171
|
.@{ant-prefix}-btn-compact-last-item{
|
|
168
172
|
color: @zaui-danger;
|
|
169
173
|
border-color: @zaui-danger;
|
|
174
|
+
&::before{
|
|
175
|
+
background: @zaui-danger !important;
|
|
176
|
+
}
|
|
170
177
|
}
|
|
171
178
|
}
|
|
172
179
|
}
|