D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
grafana
/
public
/
sass
/
utils
/
Filename :
_hacks.scss
back
Copy
// <3: https://medium.com/@brunn/detecting-autofilled-fields-in-javascript-aed598d25da7 @keyframes onAutoFillStart { from { /**/ } to { /**/ } } @keyframes onAutoFillCancel { from { /**/ } to { /**/ } } input:-webkit-autofill { animation-name: onAutoFillStart; transition: transform 1ms; } input:not(:-webkit-autofill) { animation-name: onAutoFillCancel; }