Skip to content

Instantly share code, notes, and snippets.

View git-antonyuk's full-sized avatar
😎

Alex Antoniuk git-antonyuk

😎
View GitHub Profile
@git-antonyuk
git-antonyuk / input-autofill.css
Created December 19, 2019 10:15
Input autofill background transparency
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-animation: autofill 0s forwards;
animation: autofill 0s forwards;
-webkit-text-fill-color: ${COLOR} !important;
}
@keyframes autofill {