cc-core-cli 1.0.107 → 1.0.109

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-core-cli",
3
- "version": "1.0.107",
3
+ "version": "1.0.109",
4
4
  "description": "Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -254,6 +254,14 @@
254
254
  }
255
255
  }
256
256
 
257
+ .editable {
258
+ margin-bottom: 24px;
259
+
260
+ .editable-row:hover > td {
261
+ background-color: inherit !important;
262
+ }
263
+ }
264
+
257
265
  .disabled-sort-list {
258
266
  .drag-visible {
259
267
  .anticon.anticon-menu {