Created
June 12, 2017 17:55
-
-
Save ingozoell/cda626c8da5d0daa90417fc420d50645 to your computer and use it in GitHub Desktop.
iOS Checkbox Reset Webkit/Safari
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input[type="checkbox"] { | |
-webkit-appearance: none; | |
} | |
input[type="checkbox"]:checked { | |
-webkit-appearance: checkbox; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment