Rudeg / react-input-calendar

http://rudeg.github.io/react-input-calendar/
MIT License
139 stars 94 forks source link

Fixes css specificity #43

Closed ianwitherow closed 8 years ago

ianwitherow commented 8 years ago

Commit f999f81340809c5552ae0bc5e4849f4b4afbbe8d changed a css selector and made it so that hovering over a selected date made the text the same color as the background.

This updates the :hover selector for the selected cell so that the text color is white.

ianwitherow commented 8 years ago

Screenshot of the issue this fixes:

image

Rudeg commented 8 years ago

Thanks!