day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
797 stars 146 forks source link

Fix clickable area for month navigation chevron buttons in datepicker #78

Closed meowcakes closed 8 years ago

meowcakes commented 8 years ago

Hi,

At the moment, when navigating forwards or backwards for the month in a re-com datepicker, the clickable area is limited to the chevron icon. However, the entire button (th element) has a pointer cursor which means it can be quite confusing when trying to click forwards or backwards but nothing happens due to the cursor not being on the icon. This pull request fixes that problem.

mike-thompson-day8 commented 8 years ago

Looks great. Thanks!

We hope to push out another release in the next few days. We've got a backlog of PRs.