[Frontend] Added icon to Inspector header

open #90
and updated icon;
This commit is contained in:
Charles Hacskaylo
2015-11-02 11:27:56 -08:00
parent 648cdcc86e
commit fe12cdefc5
4 changed files with 67 additions and 43 deletions

View File

@@ -34,6 +34,14 @@
.pane-header {
color: pushBack($colorInspectorFg, 20%);
font-size: 0.8rem;
&:before {
color: pushBack($colorInspectorFg, 10%);
content:'\e615'; // e615 Crosshair symbol
display: inline;
font-family: symbolsfont;
margin-right: $interiorMarginSm;
vertical-align: bottom;
}
}
ul li,

View File

@@ -310,7 +310,7 @@
&.toggle-inspect.anchor-right {
right: $bodyMargin;
&:after {
content: '\e608'; // Info "i" icon
content: '\e615'; // e615: Crosshair icon; was e608: Info "i" icon
}
&.collapsed {
right: $interiorMargin;