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; }