1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02:00

Rename .in to .active to fix collapse

This commit is contained in:
Starsam80
2016-10-26 17:24:46 -06:00
parent d9d75f4d54
commit aa08274d24
2 changed files with 6 additions and 6 deletions

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