dock-spawn-ts 2.513.0 → 2.513.1

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.
@@ -1,5 +1,7 @@
1
1
  /************* Panel with title bar ************/
2
- .panel-base {}
2
+ .panel-base {
3
+ pointer-events: none;
4
+ }
3
5
 
4
6
  .panel-base:focus {
5
7
  outline: 0;
@@ -9,6 +11,7 @@
9
11
  width: 100%;
10
12
  overflow: hidden;
11
13
  height: 25px;
14
+ pointer-events: auto;
12
15
  }
13
16
 
14
17
  .panel-titlebar-icon {
@@ -248,10 +251,12 @@
248
251
  .splitter-container-horizontal {
249
252
  float: left;
250
253
  position: relative;
254
+ pointer-events: none;
251
255
  }
252
256
 
253
257
  .splitter-container-vertical {
254
258
  position: relative;
259
+ pointer-events: none;
255
260
  }
256
261
 
257
262
  .splitbar-horizontal {
@@ -259,6 +264,7 @@
259
264
  height: 5px;
260
265
  cursor: n-resize;
261
266
  position: relative;
267
+ pointer-events: auto;
262
268
  }
263
269
 
264
270
  .splitbar-vertical {
@@ -267,6 +273,7 @@
267
273
  float: left;
268
274
  cursor: e-resize;
269
275
  position: relative;
276
+ pointer-events: auto;
270
277
  }
271
278
 
272
279
  .splitbar-horizontal-ghoust {
@@ -355,6 +362,7 @@
355
362
  height: 22px;
356
363
  overflow: hidden;
357
364
  display: none;
365
+ pointer-events: auto;
358
366
  }
359
367
 
360
368
  .dockspan-tab-handle-list-container-visible {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dock-spawn-ts",
3
- "version": "2.513.0",
3
+ "version": "2.513.1",
4
4
  "description": "DockSpawn Typescript Version",
5
5
  "license": "MIT",
6
6
  "author": "jochen.kuehner@gmx.de",