[Inpsector] Inspector icon

Change from gear to info icon. #73.
This commit is contained in:
slhale 2015-08-26 10:44:11 -07:00
parent 57d1876dd8
commit 05fb7173aa
3 changed files with 3 additions and 3 deletions

View File

@ -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: '>'; }

View File

@ -170,7 +170,7 @@ $transitionTime: 0.35s; // For the pane open/close
&.inactivePane {
right: -12px;
&:after {
content: 'G';//'\e608';//'<';
content: '\e608';//'G';//'<';
}
}
&.activePane:after {

View File

@ -21,7 +21,7 @@
-->
<span ng-controller="ObjectInspectorController as controller">
<span class="ui-symbol info-icon">
G
&#xe608;
</span>
<ul>