mirror of https://github.com/zulip/zulip.git
Avoid the focus border around modals.
(imported from commit 9f0111f9d858ab2f058e2c75c8cb00a3716cdfed)
This commit is contained in:
parent
c190be38fe
commit
54d85c68e2
|
@ -1587,6 +1587,8 @@ table.floating_recipient {
|
|||
overflow: hidden;
|
||||
margin-top: 0;
|
||||
top: 5%;
|
||||
outline: 0; /* Bootstrap uses tabindex=-1 on modals for focus and ESC handling,
|
||||
so avoid the outline it causes */
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
|
|
Loading…
Reference in New Issue