Remove platform-native styling based on the operating system's theme
This commit is contained in:
parent
6ed2da1575
commit
f119561c6a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user