mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
Fixes #8723: allow modals to not need the .fade class /cc @fat
This commit is contained in:
Vendored
+2
-2
@@ -3490,7 +3490,7 @@ button.close {
|
||||
transition: transform 0.3s ease-out;
|
||||
}
|
||||
|
||||
.modal.fade.in .modal-dialog {
|
||||
.modal.in .modal-dialog {
|
||||
-webkit-transform: translate(0, 0);
|
||||
-ms-transform: translate(0, 0);
|
||||
transform: translate(0, 0);
|
||||
@@ -3531,7 +3531,7 @@ button.close {
|
||||
filter: alpha(opacity=0);
|
||||
}
|
||||
|
||||
.modal-backdrop.fade.in {
|
||||
.modal-backdrop.in {
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user