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

Disable user-select on arrow buttons (#69) #74

Merged
merged 1 commit into from
Sep 12, 2016
Merged

Disable user-select on arrow buttons (#69) #74

merged 1 commit into from
Sep 12, 2016

Conversation

isaachinman
Copy link
Contributor

No description provided.

@majapw
Copy link
Collaborator

majapw commented Sep 12, 2016

LGTM

@majapw majapw merged commit 965f1bf into react-dates:master Sep 12, 2016
@@ -29,7 +29,9 @@
color: $react-dates-color-placeholder-text;
cursor: pointer;
line-height: 0.78;
user-select: none;
-webkit-user-select: none; /* Chrome/Safari */
Copy link
Member

Choose a reason for hiding this comment

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

This removes the standard one in favor the vendor prefixes, which ideally should be handled by something like autoprefixer. At the very least, we must keep the standard one.

Copy link
Collaborator

Choose a reason for hiding this comment

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

You're totally right. I def overlooked that. Just fixed it on master

@majapw majapw mentioned this pull request Sep 13, 2016
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.

3 participants