From f3153f8ecea0df70d87012b1b5a4f5c324ab2cc7 Mon Sep 17 00:00:00 2001 From: ritz078 Date: Fri, 20 Jul 2018 15:38:36 +0530 Subject: [PATCH] style(calendar): set cursor not allowed for calendar navigation --- src/components/styles/Calendar.styles.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/styles/Calendar.styles.ts b/src/components/styles/Calendar.styles.ts index 329562d2..e1e71e9a 100644 --- a/src/components/styles/Calendar.styles.ts +++ b/src/components/styles/Calendar.styles.ts @@ -86,6 +86,9 @@ export const dateStyle = css({ "&.react-calendar__navigation__prev-button": { position: "absolute", right: 47 + }, + "&:disabled": { + cursor: "not-allowed" } }, ".react-calendar__navigation__label": {