File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 17
17
18
18
.collapse {
19
19
display : none ;
20
+ visibility : hidden ;
20
21
21
- & .in { display : block ; }
22
+ & .in { display : block ; visibility : visible ; }
22
23
tr& .in { display : table-row ; }
23
24
tbody& .in { display : table-row-group ; }
24
25
}
27
28
position : relative ;
28
29
height : 0 ;
29
30
overflow : hidden ;
30
- .transition (height .35s ease );
31
+ .transition-property (~ " height, visibility" );
32
+ .transition-duration (.35s );
33
+ .transition-timing-function (ease );
31
34
}
Original file line number Diff line number Diff line change 67
67
68
68
& .collapse {
69
69
display : block !important ;
70
+ visibility : visible !important ;
70
71
height : auto !important ;
71
72
padding-bottom : 0 ; // Override default setting
72
73
overflow : visible !important ;
Original file line number Diff line number Diff line change 223
223
.tab-content {
224
224
> .tab-pane {
225
225
display : none ;
226
+ visibility : hidden ;
226
227
}
227
228
> .active {
228
229
display : block ;
230
+ visibility : visible ;
229
231
}
230
232
}
231
233
You can’t perform that action at this time.
0 commit comments