fix(ui): avoid default modal action focus

This commit is contained in:
NimBold
2026-07-27 19:37:47 +03:30
parent eb73dde911
commit edc76a7fab
3 changed files with 8 additions and 2 deletions
+5
View File
@@ -632,6 +632,11 @@ html[data-list-density="relaxed"] {
contain: layout;
}
/* The panel is a focus anchor for the modal trap, not an action control. */
.app-modal[tabindex="-1"]:focus {
outline: none;
}
.keychain-modal {
max-width: 560px;
max-height: min(680px, 100%);