mirror of
https://github.com/nasa/openmct.git
synced 2024-12-28 08:58:52 +00:00
parent
57d1876dd8
commit
05fb7173aa
@ -5263,7 +5263,7 @@ input[type="text"] {
|
||||
right: -12px; }
|
||||
/* 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 {
|
||||
content: 'G'; }
|
||||
content: '\e608'; }
|
||||
/* 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 {
|
||||
content: '>'; }
|
||||
|
@ -170,7 +170,7 @@ $transitionTime: 0.35s; // For the pane open/close
|
||||
&.inactivePane {
|
||||
right: -12px;
|
||||
&:after {
|
||||
content: 'G';//'\e608';//'<';
|
||||
content: '\e608';//'G';//'<';
|
||||
}
|
||||
}
|
||||
&.activePane:after {
|
||||
|
@ -21,7 +21,7 @@
|
||||
-->
|
||||
<span ng-controller="ObjectInspectorController as controller">
|
||||
<span class="ui-symbol info-icon">
|
||||
G
|
||||

|
||||
</span>
|
||||
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user