Possible fix for #2298

I'm unable to test this out, but it should fix the checkbox bug on safari.
pull/2404/head
D34DC3N73R 6 years ago committed by GitHub
parent 6a38a4f241
commit 629a1eb37c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -455,7 +455,7 @@ $border-radius: 10px;
}
.checkbox input[type=checkbox] {
display: none;
opacity: 0;
}
.checkbox input[type=checkbox]:checked + label:before {
@ -979,4 +979,4 @@ a > h4:hover {
.subject-category,
.subject {
display: inline-block;
}
}

Loading…
Cancel
Save