This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 { |