Skip to content

Commit 860e07a

Browse files
mxviterimdo
authored andcommitted
Fixes #20566 (#20768)
1 parent 88c601a commit 860e07a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

scss/_animation.scss

+12-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,21 @@
99

1010
.collapse {
1111
display: none;
12-
1312
&.in {
1413
display: block;
1514
}
16-
// tr&.in { display: table-row; }
17-
// tbody&.in { display: table-row-group; }
15+
}
16+
17+
tr {
18+
&.collapse.in {
19+
display: table-row;
20+
}
21+
}
22+
23+
tbody {
24+
&.collapse.in {
25+
display: table-row-group;
26+
}
1827
}
1928

2029
.collapsing {

0 commit comments

Comments
 (0)