mirror of
https://github.com/nasa/openmct.git
synced 2025-02-22 02:06:49 +00:00
Tweak plan view (#3724)
* Plan view final sanding for Build 4 - Removed unused selector; - Changed class pointer for "no-activites" labels, refined text; * Plan view final sanding for Build 4 - Removed unused selector; - Changed class pointer for "no-activites" labels, refined text;
This commit is contained in:
parent
5d656f0963
commit
22d32eed1d
@ -383,9 +383,9 @@ export default {
|
|||||||
this.setNSAttributesForElement(textElement, {
|
this.setNSAttributesForElement(textElement, {
|
||||||
x: "10",
|
x: "10",
|
||||||
y: "20",
|
y: "20",
|
||||||
class: "no-activities"
|
class: "activity-label--outside-rect"
|
||||||
});
|
});
|
||||||
textElement.innerHTML = 'No activities at this time';
|
textElement.innerHTML = 'No activities within timeframe';
|
||||||
|
|
||||||
svgElement.appendChild(textElement);
|
svgElement.appendChild(textElement);
|
||||||
},
|
},
|
||||||
|
@ -16,10 +16,6 @@
|
|||||||
grid-column: span 2;
|
grid-column: span 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*='--span-rows'] {
|
|
||||||
grid-row: span 4;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__lane-object {
|
&__lane-object {
|
||||||
background: rgba(black, 0.1);
|
background: rgba(black, 0.1);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user