Remove platform-native styling based on the operating system's theme

This commit is contained in:
CJ Patoilo 2020-05-21 00:31:09 -03:00
parent 6ed2da1575
commit f119561c6a
1 changed files with 1 additions and 1 deletions

View File

@ -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