Fixes #14348: Add visibility styles to collapse and tab content to match .hidden
This commit is contained in:
parent
f265137c05
commit
dfa2759a52
5 changed files with 10 additions and 3 deletions
|
|
@ -17,8 +17,9 @@
|
|||
|
||||
.collapse {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
|
||||
&.in { display: block; }
|
||||
&.in { display: block; visibility: visibile; }
|
||||
tr&.in { display: table-row; }
|
||||
tbody&.in { display: table-row-group; }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -223,9 +223,11 @@
|
|||
.tab-content {
|
||||
> .tab-pane {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
> .active {
|
||||
display: block;
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue