2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03: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
+4 -4
View File
@@ -2,26 +2,26 @@
opacity: 0;
transition: opacity .15s linear;
&.in {
&.active {
opacity: 1;
}
}
.collapse {
display: none;
&.in {
&.active {
display: block;
}
}
tr {
&.collapse.in {
&.collapse.active {
display: table-row;
}
}
tbody {
&.collapse.in {
&.collapse.active {
display: table-row-group;
}
}