jobdone-shared-files 1.0.22 → 1.0.23

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/treeItem.vue +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/treeItem.vue CHANGED
@@ -231,7 +231,6 @@
231
231
  position: relative;
232
232
  flex-grow: 1;
233
233
  transition: $transition-base;
234
- z-index: 2;
235
234
  }
236
235
  }
237
236