You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
Fix solution:
Please go to line 1928 in css/ct-paper.css and remove this code:
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"
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;
}
The text was updated successfully, but these errors were encountered: