cc-core-cli 1.0.165 → 1.0.167
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
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
--radio-button-bg: #e6f7ff;
|
|
99
99
|
|
|
100
100
|
/* Select Dropdown Colors */
|
|
101
|
-
--select-option-selected-bg: rgba(0, 160, 233, 0.1);
|
|
101
|
+
--select-option-selected-bg: rgba(0, 160, 233, 0.1);
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
/* AntD Picker Styles */
|
|
@@ -145,13 +145,14 @@
|
|
|
145
145
|
background: #f5f5f5 !important;
|
|
146
146
|
border-color: #d9d9d9 !important;
|
|
147
147
|
}
|
|
148
|
+
|
|
148
149
|
.ant-picker.ant-picker-disabled {
|
|
149
150
|
background: #f5f5f5 !important;
|
|
150
151
|
border-color: #d9d9d9 !important;
|
|
151
152
|
cursor: not-allowed !important;
|
|
152
153
|
}
|
|
153
154
|
|
|
154
|
-
.ant-picker-input
|
|
155
|
+
.ant-picker-input>input[disabled] {
|
|
155
156
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
156
157
|
background-color: #f5f5f5 !important;
|
|
157
158
|
}
|
|
@@ -174,7 +175,10 @@
|
|
|
174
175
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
175
176
|
}
|
|
176
177
|
|
|
177
|
-
.ant-btn-link[disabled],
|
|
178
|
+
.ant-btn-link[disabled],
|
|
179
|
+
.ant-btn-link[disabled]:hover,
|
|
180
|
+
.ant-btn-link[disabled]:focus,
|
|
181
|
+
.ant-btn-link[disabled]:active {
|
|
178
182
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
179
183
|
background: transparent !important;
|
|
180
184
|
border-color: transparent !important;
|
|
@@ -185,6 +189,19 @@
|
|
|
185
189
|
background-color: #fafafa !important;
|
|
186
190
|
}
|
|
187
191
|
|
|
192
|
+
.ant-tag.pin-filter-tag {
|
|
193
|
+
border-color: var(--tag-border, #efefef) !important;
|
|
194
|
+
color: var(--tag-color) !important;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.ant-float-btn-body {
|
|
198
|
+
background-color: var(--float-action-bg) !important;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.ant-float-btn-icon {
|
|
202
|
+
color: var(--primary-color) !important;
|
|
203
|
+
}
|
|
204
|
+
|
|
188
205
|
.ant-tag .ant-typography {
|
|
189
206
|
font-size: 12px;
|
|
190
207
|
}
|
|
@@ -223,12 +240,13 @@
|
|
|
223
240
|
|
|
224
241
|
.ant-empty-image g g path:nth-child(2) {
|
|
225
242
|
fill: #fafafa !important;
|
|
226
|
-
|
|
243
|
+
|
|
227
244
|
}
|
|
228
245
|
|
|
229
246
|
.ant-empty-image g ellipse {
|
|
230
247
|
fill: #f5f5f5 !important;
|
|
231
248
|
}
|
|
249
|
+
|
|
232
250
|
/* Select Dropdown Styles */
|
|
233
251
|
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
|
|
234
252
|
color: #333333 !important;
|
|
@@ -244,6 +262,7 @@
|
|
|
244
262
|
.ant-select-item-option-active:not(.ant-select-item-option-selected):not(.ant-select-item-option-disabled) {
|
|
245
263
|
background-color: var(--hover-color) !important;
|
|
246
264
|
}
|
|
265
|
+
|
|
247
266
|
.ant-select-open:not(.ant-select-disabled) .ant-select-selector .ant-select-selection-item,
|
|
248
267
|
.ant-select-open:not(.ant-select-disabled) .ant-select-selector .ant-select-selection-selected-value {
|
|
249
268
|
color: rgba(0, 0, 0, 0.45) !important;
|
|
@@ -258,5 +277,4 @@
|
|
|
258
277
|
border-color: var(--primary-color) !important;
|
|
259
278
|
box-shadow: 0 0 0 2px rgba(4, 172, 228, 0.2) !important;
|
|
260
279
|
outline: 0 !important;
|
|
261
|
-
}
|
|
262
|
-
|
|
280
|
+
}
|