mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 15:10:50 +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
|
<mct-representation
|
||||||
key="'menu-arrow'"
|
key="'menu-arrow'"
|
||||||
mct-object='domainObject'
|
mct-object='domainObject'
|
||||||
class="flex-elem"></mct-representation>
|
class="flex-elem context-available-w"></mct-representation>
|
||||||
</span>
|
</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.
|
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 {
|
.context-available {
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
@include webkitProp(flex, '0 0 1');
|
@include flex(0 0 1);
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
body.desktop .object-header {
|
|
||||||
.context-available {
|
|
||||||
@include trans-prop-nice(opacity, 0.25s);
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
&:hover {
|
|
||||||
.context-available {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -36,8 +36,6 @@
|
|||||||
line-height: $ohH;
|
line-height: $ohH;
|
||||||
.left {
|
.left {
|
||||||
padding-right: $interiorMarginLg;
|
padding-right: $interiorMarginLg;
|
||||||
|
|
||||||
z-index: 5;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
>.object-holder.abs {
|
>.object-holder.abs {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user