Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
fix: input css on iOS (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
benschac authored Aug 11, 2020
1 parent 27f5a27 commit 7b85400
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,9 @@ input[type="checkbox"] {
top: -2px;
border-radius: 0.5em;
-webkit-appearance: none;
appearance: none;
outline: none;
border: transparent;
margin: 0 0.6em 0 0;
}

Expand Down

0 comments on commit 7b85400

Please sign in to comment.