1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-01 00:47:06 +00:00

ui: Implement modal focus trap

This commit is contained in:
James Hillyerd
2020-03-29 16:06:30 -07:00
parent cabbdacb89
commit 4a90b37815
4 changed files with 89 additions and 17 deletions

View File

@@ -223,6 +223,10 @@ h3 {
padding: 10px !important;
}
.modal:focus {
outline: none;
}
/** BUTTONS */
.button-bar {