mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(input): set webkit autofill bg to transparent
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user