mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
[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:
parent
18fa9aeaf6
commit
a729edd399
@ -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>
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -36,8 +36,6 @@
|
||||
line-height: $ohH;
|
||||
.left {
|
||||
padding-right: $interiorMarginLg;
|
||||
|
||||
z-index: 5;
|
||||
}
|
||||
}
|
||||
>.object-holder.abs {
|
||||
|
Loading…
Reference in New Issue
Block a user