Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes outside dates movement while hovering #1178

Merged
merged 1 commit into from
May 29, 2018

Conversation

mukuljainx
Copy link
Contributor

This is with reference to #1172 and #308

In DayPicker.jsx

at line number 201, CalendarDay__outside have default border 0 but we have some border on hovering and CalendarDay__outside have no different style for hover, which moves the date on hovering.

I added property border: 0 on hover for CalendarDay__outside solving the issue.

@coveralls
Copy link

coveralls commented May 18, 2018

Coverage Status

Coverage remained the same at 84.868% when pulling 7c05cfe on mukuljainx:fix/css into 671c296 on airbnb:master.

@mukuljainx
Copy link
Contributor Author

mukuljainx commented May 29, 2018

@ljharb Hi, I would really appreciate if you can review this.

@ljharb ljharb requested a review from majapw May 29, 2018 14:41
Copy link
Collaborator

@majapw majapw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems reasonable to me, assuming @mukuljainx has played with this in storybook and verified that it makes sense. :)

@majapw majapw merged commit 7de0e4b into react-dates:master May 29, 2018
@mukuljainx
Copy link
Contributor Author

@majapw yes, I did. Thanks 😃

@mukuljainx mukuljainx deleted the fix/css branch May 29, 2018 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants