Skip to content

Commit

Permalink
fix: radio and checkbox style in ios
Browse files Browse the repository at this point in the history
* add visibility
  • Loading branch information
kyu-suke committed Jun 27, 2019
1 parent fcc7e9d commit 1f33685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/form/checkboxes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
visibility: hidden;

& + span {
position: relative;
Expand Down
1 change: 1 addition & 0 deletions scss/form/radios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
visibility: hidden;

& + span {
position: relative;
Expand Down

0 comments on commit 1f33685

Please sign in to comment.