diff --git a/.prettierrc.json b/.prettierrc.json
index ef2ac3421..ff4791ca6 100644
--- a/.prettierrc.json
+++ b/.prettierrc.json
@@ -7,5 +7,6 @@
"arrowParens": "avoid",
"trailingComma": "es5",
"bracketSameLine": true,
- "printWidth": 80
+ "printWidth": 80,
+ "endOfLine": "auto"
}
\ No newline at end of file
diff --git a/src/app/component/circular-heatmap/circular-heatmap.component.css b/src/app/component/circular-heatmap/circular-heatmap.component.css
index bcad1c36e..3f73baa0e 100644
--- a/src/app/component/circular-heatmap/circular-heatmap.component.css
+++ b/src/app/component/circular-heatmap/circular-heatmap.component.css
@@ -8,8 +8,8 @@
shape-rendering: crispEdges;
}
-.normal-button {
- background-color: white;
+.title-button {
+ background-color: transparent;
border: none;
text-align: left;
cursor: pointer;
diff --git a/src/app/component/circular-heatmap/circular-heatmap.component.html b/src/app/component/circular-heatmap/circular-heatmap.component.html
index cb32c31b0..027d2d5a8 100644
--- a/src/app/component/circular-heatmap/circular-heatmap.component.html
+++ b/src/app/component/circular-heatmap/circular-heatmap.component.html
@@ -230,7 +230,8 @@
Nothing to show
+ (click)="toggleTeamSelection(c)"
+ selected>
{{ team }}
@@ -247,7 +248,7 @@ Nothing to show