mirror of
https://github.com/nasa/openmct.git
synced 2024-12-28 08:58:52 +00:00
[Inspector] Add shadow to link icon
This commit is contained in:
parent
6e8dcc6ab8
commit
e53c419e87
@ -5259,14 +5259,16 @@ input[type="text"] {
|
||||
color: #49dedb;
|
||||
font-size: 6px;
|
||||
margin-left: -22px;
|
||||
margin-right: 4px; }
|
||||
/* line 218, ../sass/tree/_pane.scss */
|
||||
margin-right: 4px;
|
||||
text-shadow: black 0 1px 2px;
|
||||
z-index: 2; }
|
||||
/* line 221, ../sass/tree/_pane.scss */
|
||||
.split-pane-component.secondary-split.pane.right .split-pane-component.object-inspector.pane.right .holder.inspector-holder ul li .inspector-location:after {
|
||||
content: '>';
|
||||
font-family: symbolsfont;
|
||||
font-size: 8px;
|
||||
margin-left: -6px; }
|
||||
/* line 224, ../sass/tree/_pane.scss */
|
||||
/* line 227, ../sass/tree/_pane.scss */
|
||||
.split-pane-component.secondary-split.pane.right .split-pane-component.object-inspector.pane.right .holder.inspector-holder ul li .inspector-location:last-child:after {
|
||||
content: '';
|
||||
display: inline-block; }
|
||||
|
@ -210,6 +210,9 @@ $transitionTime: 0.35s; // For the left menu open/close
|
||||
font-size: 6px;
|
||||
margin-left: -22px;
|
||||
margin-right: 4px;
|
||||
|
||||
@include txtShdwSubtle(1);
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user