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>
This commit is contained in:
Stefan Sundin 2026-01-05 15:48:56 -08:00 committed by GitHub
parent 2270121d77
commit e2bc93239b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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