Possible fix for #2298

I'm unable to test this out, but it should fix the checkbox bug on safari.
This commit is contained in:
D34DC3N73R 2018-07-27 15:39:13 -07:00 committed by GitHub
commit 629a1eb37c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -455,7 +455,7 @@ $border-radius: 10px;
}
.checkbox input[type=checkbox] {
display: none;
opacity: 0;
}
.checkbox input[type=checkbox]:checked + label:before {