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:
@@ -52,6 +52,7 @@
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
visibility: hidden;
|
||||
|
||||
& + span {
|
||||
position: relative;
|
||||
|
@@ -26,6 +26,7 @@
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
visibility: hidden;
|
||||
|
||||
& + span {
|
||||
position: relative;
|
||||
|
Reference in New Issue
Block a user