mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
removed outline from modal
This commit is contained in:
Vendored
+1
@@ -5747,6 +5747,7 @@ body.modal-open,
|
||||
display: none;
|
||||
overflow: auto;
|
||||
overflow-y: scroll;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.modal.fade .modal-dialog {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user