Commit 80e86442 authored by Martynas's avatar Martynas

removed outline from modal

parent 56ee42d3
...@@ -5747,6 +5747,7 @@ body.modal-open, ...@@ -5747,6 +5747,7 @@ body.modal-open,
display: none; display: none;
overflow: auto; overflow: auto;
overflow-y: scroll; overflow-y: scroll;
outline: 0;
} }
.modal.fade .modal-dialog { .modal.fade .modal-dialog {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
outline: 0;
z-index: @zindex-modal-background; z-index: @zindex-modal-background;
// When fading in the modal, animate it to slide down // When fading in the modal, animate it to slide down
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment