mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
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:
parent
2270121d77
commit
e2bc93239b
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue