mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
disable modal dialog animation
This commit is contained in:
parent
d67da61a65
commit
7f70a56690
@ -92,6 +92,11 @@ select.form-control:not([multiple]):not([size]) {
|
|||||||
background-color: rgba(0, 0, 0, 0.7);
|
background-color: rgba(0, 0, 0, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal.fade .modal-dialog {
|
||||||
|
transition: none !important;
|
||||||
|
transform: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.b-dropdown-form:focus {
|
.b-dropdown-form:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user