mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 09:52:04 +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, {
|
||||
x: "10",
|
||||
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);
|
||||
},
|
||||
|
@ -16,10 +16,6 @@
|
||||
grid-column: span 2;
|
||||
}
|
||||
|
||||
[class*='--span-rows'] {
|
||||
grid-row: span 4;
|
||||
}
|
||||
|
||||
&__lane-object {
|
||||
background: rgba(black, 0.1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user