When I click the mouse on input, Drop down the mailing list, When I bring the mouse to Miles Is changing input background. As shown in the photo. How to remove or change this time input background?
I have already tried "focus", But it didn't work.
<input type="email" name="email" placeholder="Email">
input {
background: none;
&:focus {
background: none;
}
}