Skip to content

Commit 863bdd0

Browse files
committed
Fixes hover color
1 parent 1b4ddad commit 863bdd0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/component/circular-heatmap/circular-heatmap.component.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
shape-rendering: crispEdges;
99
}
1010

11-
.normal-button {
12-
background-color: white;
11+
.title-button {
12+
background-color: transparent;
1313
border: none;
1414
text-align: left;
1515
cursor: pointer;

src/app/component/circular-heatmap/circular-heatmap.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h2>Nothing to show</h2>
247247
<mat-expansion-panel-header>
248248
<mat-panel-title>
249249
<button
250-
class="normal-button"
250+
class="title-button"
251251
(click)="
252252
$event.preventDefault();
253253
navigate(

0 commit comments

Comments
 (0)