From 58beb799278a3d722fd32f317ef95ac96439bbe5 Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Thu, 5 Feb 2026 01:01:57 -0800 Subject: [PATCH] Hide the form-switch animation when the options page loads the initial values (#2807) 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..12c9cc8 100644 --- a/keepassxc-browser/options/options.css +++ b/keepassxc-browser/options/options.css @@ -82,6 +82,10 @@ pre { white-space: pre-line; } +.no-transitions .form-check-input { + 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 @@ - +