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:
Charles Hacskaylo 2021-03-02 15:36:23 -08:00 committed by GitHub
parent 5d656f0963
commit 22d32eed1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View File

@ -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);
},

View File

@ -16,10 +16,6 @@
grid-column: span 2;
}
[class*='--span-rows'] {
grid-row: span 4;
}
&__lane-object {
background: rgba(black, 0.1);