diff --git a/platform/commonUI/general/res/sass/_inspector.scss b/platform/commonUI/general/res/sass/_inspector.scss
index dbbd7c64e3..b33f02ee37 100644
--- a/platform/commonUI/general/res/sass/_inspector.scss
+++ b/platform/commonUI/general/res/sass/_inspector.scss
@@ -97,7 +97,6 @@
}
.inspector-location {
- //line-height: 180%;
.location-item {
cursor: pointer;
display: inline-block;
@@ -142,3 +141,20 @@
}
}
+.l-inspect {
+ .splitter-inspect-panel,
+ .split-pane-component.pane.bottom {
+ @include trans-prop-nice(opacity, 250ms); // Not working as desired currently; entire inspector seems to be destroyed and recreated when switching into and out of edit mode.
+ opacity: 0;
+ pointer-events: none;
+ }
+}
+
+.s-status-editing .l-inspect {
+ .location-item { pointer-events: none; }
+ .splitter-inspect-panel,
+ .split-pane-component.pane.bottom {
+ opacity: 1;
+ pointer-events: inherit;
+ }
+}
diff --git a/platform/commonUI/general/res/templates/object-inspector.html b/platform/commonUI/general/res/templates/object-inspector.html
index 7dd8d6a5b3..5f3e4d522e 100644
--- a/platform/commonUI/general/res/templates/object-inspector.html
+++ b/platform/commonUI/general/res/templates/object-inspector.html
@@ -19,11 +19,6 @@
this source code distribution or the Licensing information page available
at runtime from the About dialog for additional information.
-->
-
@@ -69,8 +64,8 @@
-
-