From 2270121d77c9d442dbaa183ed38289a6560a8683 Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Mon, 22 Dec 2025 22:03:37 -0800 Subject: [PATCH] Hide the form-switch transition/animation when the options page initializes the current values. --- keepassxc-browser/options/options.css | 4 ++++ keepassxc-browser/options/options.html | 2 +- keepassxc-browser/options/options.js | 5 +++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/keepassxc-browser/options/options.css b/keepassxc-browser/options/options.css index e7827d3..8168d1f 100644 --- a/keepassxc-browser/options/options.css +++ b/keepassxc-browser/options/options.css @@ -82,6 +82,10 @@ pre { white-space: pre-line; } +.no-transitions * { + transition: none !important; +} + .table > caption { color: var(--kpxc-text-color); } diff --git a/keepassxc-browser/options/options.html b/keepassxc-browser/options/options.html index a9e6997..c919aba 100644 --- a/keepassxc-browser/options/options.html +++ b/keepassxc-browser/options/options.html @@ -19,7 +19,7 @@ - +