2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Follow up to #20982 to fix css for modals

This commit is contained in:
Mark Otto
2016-10-26 21:15:31 -07:00
parent bcbbc8eeda
commit a0599a245d
+2 -2
View File
@@ -31,7 +31,7 @@
transition: transform .3s ease-out;
transform: translate(0, -25%);
}
&.in .modal-dialog { transform: translate(0, 0); }
&.active .modal-dialog { transform: translate(0, 0); }
}
.modal-open .modal {
overflow-x: hidden;
@@ -69,7 +69,7 @@
// Fade for backdrop
&.fade { opacity: 0; }
&.in { opacity: $modal-backdrop-opacity; }
&.active { opacity: $modal-backdrop-opacity; }
}
// Modal header