Merge pull request #2404 from D34DC3N73R/master

Safari checkbox fix
pull/2411/head^2
Jamie 6 years ago committed by GitHub
commit 9a493936e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
# Changelog
## (unreleased)
## v3.0.3477 (2018-07-18)
### **New Features**

@ -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