Skip to content

Commit

Permalink
Remove platform-native styling based on the operating system's theme
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpatoilo committed May 21, 2020
1 parent 6ed2da1 commit f119561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_Form.sass
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ input[type='week'],
input:not([type]),
textarea,
select
appearance: none // Removes awkward default styles on some inputs for iOS
-webkit-appearance: none // Removes awkward default styles on some inputs for iOS. Firefox and Edge also support -webkit-appearance
background-color: transparent
border: .1rem solid $color-quaternary
border-radius: .4rem
Expand Down

0 comments on commit f119561

Please sign in to comment.