From c00e740fd5dc9c2695cccaa986da80f68e2465e9 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Fri, 11 Dec 2015 10:20:03 -0600 Subject: [PATCH] fix(input): set webkit autofill bg to transparent --- ionic/components/text-input/text-input.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ionic/components/text-input/text-input.scss b/ionic/components/text-input/text-input.scss index 52a66dfa1f..4ddcc82d3e 100644 --- a/ionic/components/text-input/text-input.scss +++ b/ionic/components/text-input/text-input.scss @@ -17,6 +17,10 @@ $text-input-textarea-resize: none !default; pointer-events: none; } +input.item-input:-webkit-autofill { + background-color: transparent; +} + // Scroll Assist // -------------------------------------------------- @@ -57,7 +61,3 @@ input, textarea { @include placeholder(); } - -input:-webkit-autofill { - background-color: transparent; -}