From 10c5506591d5019c53cd28fa9aacd6616aaedb04 Mon Sep 17 00:00:00 2001 From: sawankshrma Date: Thu, 19 Feb 2026 01:51:45 +0530 Subject: [PATCH] pointer cursor for Filter Options and Reset button --- .../circular-heatmap/circular-heatmap.component.css | 4 ++++ src/app/pages/matrix/matrix.component.css | 13 +++++++++++++ 2 files changed, 17 insertions(+) diff --git a/src/app/pages/circular-heatmap/circular-heatmap.component.css b/src/app/pages/circular-heatmap/circular-heatmap.component.css index b31aac0b..cf9a4348 100644 --- a/src/app/pages/circular-heatmap/circular-heatmap.component.css +++ b/src/app/pages/circular-heatmap/circular-heatmap.component.css @@ -142,6 +142,10 @@ app-progress-slider { font-style: italic; } +mat-chip { + cursor: pointer; +} + button.filter-toggle { position: absolute; top: 2px; diff --git a/src/app/pages/matrix/matrix.component.css b/src/app/pages/matrix/matrix.component.css index cc1c8d09..33061168 100644 --- a/src/app/pages/matrix/matrix.component.css +++ b/src/app/pages/matrix/matrix.component.css @@ -94,6 +94,19 @@ padding: 7px 12px; border-radius: 16px; font: 500 14px / 20px Roboto, 'Helvetica Neue', sans-serif; + cursor: pointer; +} + +.reset-button:hover { + transform: scale(1.02); +} + +.reset-button:active { + transform: scale(0.98); +} + +.mat-chip { + cursor: pointer; } .mat-mdc-row .mat-mdc-cell {