[Frontend] Label context arrows now always visible

open #929
- Also enable frame dragging in title area when
editing in Layout;
- CSS and markup changes;
This commit is contained in:
Charles Hacskaylo 2016-05-16 12:00:29 -07:00
parent 18fa9aeaf6
commit a729edd399
3 changed files with 6 additions and 16 deletions

View File

@ -26,5 +26,5 @@
<mct-representation
key="'menu-arrow'"
mct-object='domainObject'
class="flex-elem"></mct-representation>
class="flex-elem context-available-w"></mct-representation>
</span>

View File

@ -279,21 +279,13 @@ input[type="search"] {
padding-right: 0.35em; // For context arrow. Done with em's so pad is relative to the scale of the text.
}
.context-available-w {
z-index: 5;
}
.context-available {
font-size: 0.7em;
@include webkitProp(flex, '0 0 1');
}
}
body.desktop .object-header {
.context-available {
@include trans-prop-nice(opacity, 0.25s);
opacity: 0;
}
&:hover {
.context-available {
opacity: 1;
}
@include flex(0 0 1);
}
}

View File

@ -36,8 +36,6 @@
line-height: $ohH;
.left {
padding-right: $interiorMarginLg;
z-index: 5;
}
}
>.object-holder.abs {