From e2bc93239b7ddcc7426cdcc69f49b1368a0d676d Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Mon, 5 Jan 2026 15:48:56 -0800 Subject: [PATCH] Update keepassxc-browser/options/options.css Apply suggestion from GitHub Copilot to narrow CSS selector. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- keepassxc-browser/options/options.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keepassxc-browser/options/options.css b/keepassxc-browser/options/options.css index 8168d1f..46f5298 100644 --- a/keepassxc-browser/options/options.css +++ b/keepassxc-browser/options/options.css @@ -82,7 +82,8 @@ pre { white-space: pre-line; } -.no-transitions * { +.no-transitions .form-switch .form-check-input, +.no-transitions .form-check-input { transition: none !important; }