1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-28 08:19:55 +02:00

fix: radio and checkbox style in ios

* add visibility
This commit is contained in:
kyu-suke
2019-06-28 01:15:09 +09:00
parent fcc7e9d171
commit 1f3368512c
2 changed files with 2 additions and 0 deletions

View File

@@ -52,6 +52,7 @@
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
visibility: hidden;
& + span {
position: relative;

View File

@@ -26,6 +26,7 @@
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
visibility: hidden;
& + span {
position: relative;