cc-core-cli 1.0.106 → 1.0.108
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
|
@@ -179,6 +179,10 @@
|
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
+
.editable-row:hover > td {
|
|
183
|
+
background-color: inherit !important;
|
|
184
|
+
}
|
|
185
|
+
|
|
182
186
|
.editable-row .editable-cell-value-wrap {
|
|
183
187
|
border: 1px solid #d9d9d9;
|
|
184
188
|
border-radius: 4px;
|
|
@@ -250,6 +254,10 @@
|
|
|
250
254
|
}
|
|
251
255
|
}
|
|
252
256
|
|
|
257
|
+
.editable {
|
|
258
|
+
margin-bottom: 24px;
|
|
259
|
+
}
|
|
260
|
+
|
|
253
261
|
.disabled-sort-list {
|
|
254
262
|
.drag-visible {
|
|
255
263
|
.anticon.anticon-menu {
|