0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

removed outline from modal

This commit is contained in:
Martynas 2013-10-05 13:55:26 +03:00
parent 56ee42d335
commit 80e8644230
3 changed files with 3 additions and 1 deletions

View File

@ -5747,6 +5747,7 @@ body.modal-open,
display: none;
overflow: auto;
overflow-y: scroll;
outline: 0;
}
.modal.fade .modal-dialog {

File diff suppressed because one or more lines are too long

View File

@ -30,6 +30,7 @@
right: 0;
bottom: 0;
left: 0;
outline: 0;
z-index: @zindex-modal-background;
// When fading in the modal, animate it to slide down