mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-09 02:40:21 +00:00
fix(ui): avoid default modal action focus
This commit is contained in:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user