From b30bfc0984e79e87643d5aa46849ed2c53f28cbe Mon Sep 17 00:00:00 2001 From: navedqb Date: Mon, 8 Jan 2024 15:38:16 +0530 Subject: [PATCH] add cursor pointer to calendar icon --- src/app/components/calendar/calendar.css | 4 ++++ src/app/components/calendar/calendar.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/components/calendar/calendar.css b/src/app/components/calendar/calendar.css index 04d41c00c91..7d6b5dabbdb 100755 --- a/src/app/components/calendar/calendar.css +++ b/src/app/components/calendar/calendar.css @@ -20,6 +20,10 @@ border-bottom-left-radius: 0; } + .p-calendar-icon { + cursor: pointer; + } + /* Fluid */ .p-fluid .p-calendar { display: flex; diff --git a/src/app/components/calendar/calendar.ts b/src/app/components/calendar/calendar.ts index 212b61047cc..a1a428bf304 100755 --- a/src/app/components/calendar/calendar.ts +++ b/src/app/components/calendar/calendar.ts @@ -120,7 +120,7 @@ export const CALENDAR_VALUE_ACCESSOR: any = { - +