fix(input): set webkit autofill bg to transparent

This commit is contained in:
Adam Bradley
2015-12-11 10:20:03 -06:00
parent fc8554b657
commit c00e740fd5

View File

@ -17,6 +17,10 @@ $text-input-textarea-resize: none !default;
pointer-events: none; pointer-events: none;
} }
input.item-input:-webkit-autofill {
background-color: transparent;
}
// Scroll Assist // Scroll Assist
// -------------------------------------------------- // --------------------------------------------------
@ -57,7 +61,3 @@ input,
textarea { textarea {
@include placeholder(); @include placeholder();
} }
input:-webkit-autofill {
background-color: transparent;
}