@worktile/theia 13.0.14 → 13.0.15

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": "@worktile/theia",
3
- "version": "13.0.14",
3
+ "version": "13.0.15",
4
4
  "description": "theia editor",
5
5
  "author": "YanDong <nanianqiumo@foxmail.com>",
6
6
  "homepage": "https://github.com/atinc/theia#readme",
@@ -22,7 +22,7 @@
22
22
  margin: 0 auto;
23
23
  user-select: none;
24
24
  }
25
- .img-collapsed {
25
+ .image-collapsed {
26
26
  z-index: 1;
27
27
  }
28
28
  .image-profile {
@@ -172,6 +172,9 @@
172
172
  transition: 0.3s ease;
173
173
  cursor: pointer;
174
174
  }
175
+ &.readonly {
176
+ z-index: -1;
177
+ }
175
178
  }
176
179
 
177
180
  .image-loading {