@trebco/treb 25.6.0 → 25.6.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.
package/package.json
CHANGED
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
// more specific about what we unset in order to avoid any
|
|
54
54
|
// unexpected side effects.
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
all: revert;
|
|
57
57
|
box-sizing: border-box;
|
|
58
58
|
|
|
59
59
|
}
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
|
|
287
287
|
.treb-layout-sidebar > button, .treb-toggle-sidebar-button {
|
|
288
288
|
|
|
289
|
-
all: initial;
|
|
289
|
+
// all: initial;
|
|
290
290
|
padding: 0;
|
|
291
291
|
margin: 0;
|
|
292
292
|
border: 0;
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
// OK, but then we can't scope properly. so no.
|
|
377
377
|
|
|
378
378
|
.treb-resize-rect {
|
|
379
|
-
all: initial;
|
|
379
|
+
// all: initial;
|
|
380
380
|
z-index: 9998; // ugh
|
|
381
381
|
position: fixed;
|
|
382
382
|
top: 0px;
|
|
@@ -388,7 +388,7 @@
|
|
|
388
388
|
}
|
|
389
389
|
|
|
390
390
|
.treb-resize-mask {
|
|
391
|
-
all: initial;
|
|
391
|
+
// all: initial;
|
|
392
392
|
z-index: 9999; // ugh
|
|
393
393
|
position: fixed;
|
|
394
394
|
top: 0px;
|