mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
Revert "Added auto fill animation. (#341)"
This reverts commit 3061f276c5.
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
@-webkit-keyframes onepasswordfill {
|
||||
0% { -webkit-transform: scale(1.0,1.0); }
|
||||
50% { -webkit-transform: scale(1.2,1.2); }
|
||||
100% { -webkit-transform: scale(1.0,1.0); }
|
||||
}
|
||||
|
||||
@-moz-keyframes onepasswordfill {
|
||||
0% { transform: scale(1.0,1.0); }
|
||||
50% { transform: scale(1.2,1.2); }
|
||||
100% { transform: scale(1.0,1.0); }
|
||||
}
|
||||
|
||||
.com-agilebits-onepassword-extension-animated-fill {
|
||||
animation: onepasswordfill 200ms ease-in-out 0ms 1;
|
||||
-webkit-animation: onepasswordfill 200ms ease-in-out 0ms 1;
|
||||
}
|
||||
Reference in New Issue
Block a user