@omnia/runtime 8.0.303-dev → 8.0.304-dev
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.
|
@@ -2135,12 +2135,14 @@ html[data-omfx] pre {
|
|
|
2135
2135
|
min-width: 4px !important;
|
|
2136
2136
|
min-height: 4px !important;
|
|
2137
2137
|
position: relative;
|
|
2138
|
+
cursor: e-resize;
|
|
2138
2139
|
background-color: var(--splitterColor, revert);
|
|
2140
|
+
transition: min-width 0.1s;
|
|
2139
2141
|
|
|
2140
|
-
|
|
2142
|
+
&::before {
|
|
2141
2143
|
content: "";
|
|
2142
2144
|
position: absolute;
|
|
2143
|
-
z-index:
|
|
2145
|
+
z-index: 999;
|
|
2144
2146
|
top: var(--top, revert);
|
|
2145
2147
|
bottom: var(--bottom, revert);
|
|
2146
2148
|
left: var(--left, revert);
|
|
@@ -2148,6 +2150,11 @@ html[data-omfx] pre {
|
|
|
2148
2150
|
width: var(--width, revert);
|
|
2149
2151
|
height: var(--height, revert);
|
|
2150
2152
|
}
|
|
2153
|
+
|
|
2154
|
+
&:hover {
|
|
2155
|
+
min-width: 10px !important;
|
|
2156
|
+
min-height: 10px !important;
|
|
2157
|
+
}
|
|
2151
2158
|
}
|
|
2152
2159
|
}
|
|
2153
2160
|
.o-st-c {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"target":8,"omniaServiceId":"bb000000-0000-bbbb-0000-0000000000bb","resource":[{"manifestType":"resource","resourceId":"1ca62642-45d8-47fd-b6d8-818463a8b348","resourceName":"omnia.fx.docs.api","version":{"js":"278f088370ec8f15704ba6dc03358c20"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"}],"api":["fx.docs.registrations"]},{"manifestType":"resource","resourceId":"4b44029a-a988-4175-b503-be151c5ccc6e","resourceName":"omnia.fx.docs.components.registraions","version":{"js":"
|
|
1
|
+
{"target":8,"omniaServiceId":"bb000000-0000-bbbb-0000-0000000000bb","resource":[{"manifestType":"resource","resourceId":"1ca62642-45d8-47fd-b6d8-818463a8b348","resourceName":"omnia.fx.docs.api","version":{"js":"278f088370ec8f15704ba6dc03358c20"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"}],"api":["fx.docs.registrations"]},{"manifestType":"resource","resourceId":"4b44029a-a988-4175-b503-be151c5ccc6e","resourceName":"omnia.fx.docs.components.registraions","version":{"js":"244e5540be2a0b0245ec0b230299a688"},"availableBundleTargetTypes":["js"],"dependingOnManifests":[{"resourceId":"a5a89056-b5f5-475d-8518-a1f55090379d"}],"extendApi":["fx.docs.registrations"]}]}
|