diff options
| author | Starsam80 <[email protected]> | 2016-10-26 17:24:46 -0600 |
|---|---|---|
| committer | Starsam80 <[email protected]> | 2016-10-26 17:24:46 -0600 |
| commit | aa08274d249dfc22d8bc705f18cf6d323d6f9c4a (patch) | |
| tree | 1594ec09199726a5fadc610d3bc31c64cd3f9e91 /scss/_modal.scss | |
| parent | d9d75f4d544936a497161156afcf37c2bd20b4aa (diff) | |
| download | bootstrap-aa08274d249dfc22d8bc705f18cf6d323d6f9c4a.tar.xz bootstrap-aa08274d249dfc22d8bc705f18cf6d323d6f9c4a.zip | |
Rename .in to .active to fix collapse
Diffstat (limited to 'scss/_modal.scss')
| -rw-r--r-- | scss/_modal.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss index c326d5699..39554581d 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 |
