[Frontend] Final sanding on adding s-status-pending

open #431
Italicized text; Comments cleaned up;
To-do: fix regressed label elements in Inspector;
This commit is contained in:
Charles Hacskaylo
2015-12-16 16:38:06 -08:00
parent 7fb506d4df
commit ed3ee1099d
3 changed files with 58 additions and 35 deletions

View File

@@ -49,7 +49,7 @@ ul.tree {
color: $colorItemTreeVC;
font-size: 0.75em;
margin-right: $interiorMargin;
height: 100%; //$menuLineH;
height: 100%;
line-height: inherit;
width: $treeVCW;
&.has-children {
@@ -93,12 +93,11 @@ ul.tree {
color: $colorItemTreeSelectedVC;
}
.t-object-label .t-item-icon {
color: $colorItemTreeSelectedFg; //$colorItemTreeIconHover;
color: $colorItemTreeSelectedFg;
}
}
&:not(.selected) {
// NOTE: [Mobile] Removed Hover on Mobile
@include desktop {
&:hover {
background: $colorItemTreeHoverBg;
@@ -148,7 +147,15 @@ ul.tree {
display: none;
}
}
.t-title-label {
font-style: italic;
opacity: 0.6;
}
}
}
}
&.selected mct-representation.s-status-pending .t-object-label .t-item-icon:before {
border-color: rgba($colorItemTreeSelectedFg, 0.25);
border-top-color: rgba($colorItemTreeSelectedFg, 1.0);
}
}