Skip to content

Commit 10c5506

Browse files
committed
pointer cursor for Filter Options and Reset button
1 parent d058f99 commit 10c5506

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ app-progress-slider {
142142
font-style: italic;
143143
}
144144

145+
mat-chip {
146+
cursor: pointer;
147+
}
148+
145149
button.filter-toggle {
146150
position: absolute;
147151
top: 2px;

src/app/pages/matrix/matrix.component.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,19 @@
9494
padding: 7px 12px;
9595
border-radius: 16px;
9696
font: 500 14px / 20px Roboto, 'Helvetica Neue', sans-serif;
97+
cursor: pointer;
98+
}
99+
100+
.reset-button:hover {
101+
transform: scale(1.02);
102+
}
103+
104+
.reset-button:active {
105+
transform: scale(0.98);
106+
}
107+
108+
.mat-chip {
109+
cursor: pointer;
97110
}
98111

99112
.mat-mdc-row .mat-mdc-cell {

0 commit comments

Comments
 (0)