Skip to content

Commit

Permalink
style(calendar): set cursor not allowed for calendar navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
ritz078 committed Jul 20, 2018
1 parent 4e8dab2 commit f3153f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/styles/Calendar.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit f3153f8

Please sign in to comment.