From: Mark Otto Date: Thu, 27 Oct 2016 04:15:31 +0000 (-0700) Subject: Follow up to #20982 to fix css for modals X-Git-Tag: v4.0.0-alpha.6~489 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0599a245d93b85008b0ac3fa5ee5f854c8a78dc;p=thirdparty%2Fbootstrap.git Follow up to #20982 to fix css for modals --- diff --git a/scss/_modal.scss b/scss/_modal.scss index c326d5699e..39554581d3 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -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