mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +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;
|
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;
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user