Merge pull request #2404 from D34DC3N73R/master

Safari checkbox fix
This commit is contained in:
Jamie 2018-07-28 00:07:08 +01:00 committed by GitHub
commit 9a493936e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

View file

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