From 2105e2a0480165dae36fbec8d729e42385d36fbb Mon Sep 17 00:00:00 2001 From: Juriy Bura Date: Sun, 5 Feb 2017 13:04:17 +0800 Subject: [PATCH] 146-input-no-type --- src/_Form.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_Form.sass b/src/_Form.sass index 3191237..f757fa8 100644 --- a/src/_Form.sass +++ b/src/_Form.sass @@ -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