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

Checkboxes/Radios hover state triggered on Mobile makes you think the check is still checked #10

Open
alexandru-paduraru opened this issue May 8, 2017 · 0 comments
Labels

Comments

@alexandru-paduraru
Copy link
Member

Bug from Dan Blais:

"Hi Alex,

Thanks for your response, I've been able to get checkboxes interacting with Javascript.

Now I think I found a real bug. After un-checking a checkbox on an iPhone 6, the checkbox is still slightly grey. I've attached a screenshot, I had unchecked the top checkbox on your demo page: http://demos.creative-tim.com/paper-kit

Thanks,
Dan"

image1

Fix solution:

Please go to line 1928 in css/ct-paper.css and remove this code:

.checkbox:hover .first-icon,
.radio:hover .first-icon {
opacity: 0;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant