Merge pull request #147 from Juriy/146-input-no-type

146-input-no-type
This commit is contained in:
CJ Patoilo 2017-05-03 00:50:56 -03:00 committed by GitHub
commit 7f8cddcf32
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input:not([type]),
textarea,
select
appearance: none // Removes awkward default styles on some inputs for iOS