/* ==UserStyle==
@name           [Oli Bros] Customisation: Bitwarden Extension
@namespace      The Oliver Bros
@version        0.0.1
@description    Disable annoyances, customise appearance
==/UserStyle== */


/* Disable auto-fill animation on form inputs */
/* See https://github.com/bitwarden/clients/blob/main/apps/browser/src/autofill/content/autofill.css */
.com-bitwarden-browser-animated-fill {
	animation: none !important;
}
