1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

iOS disabled checkbox remove default styling

This commit is contained in:
n055
2020-04-23 20:14:57 -07:00
parent 136e70214f
commit 7cfe5e14af
5 changed files with 5 additions and 4 deletions

View File

@@ -254,6 +254,7 @@ input[type="checkbox"] {
-webkit-appearance: none;
-moz-appearance: none;
margin: 0;
background: 0; /* necessary for hiding default disabled-state styling on iOS */
border: none;
}