From f119561c6aadf004ed91c08eb4cc50bffe58e654 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Thu, 21 May 2020 00:31:09 -0300 Subject: [PATCH] Remove platform-native styling based on the operating system's theme --- src/_Form.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_Form.sass b/src/_Form.sass index 2f6aa46..ee7254e 100644 --- a/src/_Form.sass +++ b/src/_Form.sass @@ -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