mirror of
https://github.com/nasa/openmct.git
synced 2025-05-14 22:43:40 +00:00
parent
57d1876dd8
commit
05fb7173aa
@ -5263,7 +5263,7 @@ input[type="text"] {
|
|||||||
right: -12px; }
|
right: -12px; }
|
||||||
/* line 172, ../sass/tree/_pane.scss */
|
/* line 172, ../sass/tree/_pane.scss */
|
||||||
.split-pane-component.secondary-split.pane.right .split-pane-component.items.pane .object-browse-bar .pane-tabs.right.inactivePane:after {
|
.split-pane-component.secondary-split.pane.right .split-pane-component.items.pane .object-browse-bar .pane-tabs.right.inactivePane:after {
|
||||||
content: 'G'; }
|
content: '\e608'; }
|
||||||
/* line 176, ../sass/tree/_pane.scss */
|
/* line 176, ../sass/tree/_pane.scss */
|
||||||
.split-pane-component.secondary-split.pane.right .split-pane-component.items.pane .object-browse-bar .pane-tabs.right.activePane:after {
|
.split-pane-component.secondary-split.pane.right .split-pane-component.items.pane .object-browse-bar .pane-tabs.right.activePane:after {
|
||||||
content: '>'; }
|
content: '>'; }
|
||||||
|
@ -170,7 +170,7 @@ $transitionTime: 0.35s; // For the pane open/close
|
|||||||
&.inactivePane {
|
&.inactivePane {
|
||||||
right: -12px;
|
right: -12px;
|
||||||
&:after {
|
&:after {
|
||||||
content: 'G';//'\e608';//'<';
|
content: '\e608';//'G';//'<';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.activePane:after {
|
&.activePane:after {
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
-->
|
-->
|
||||||
<span ng-controller="ObjectInspectorController as controller">
|
<span ng-controller="ObjectInspectorController as controller">
|
||||||
<span class="ui-symbol info-icon">
|
<span class="ui-symbol info-icon">
|
||||||
G
|

|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user