mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
Undo the collapse visibility changes since it breaks our collapse plugin
This commit is contained in:
parent
aa25ce779d
commit
0ec05da0ee
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
@ -3178,11 +3178,9 @@ input[type="button"].btn-block {
|
|||||||
}
|
}
|
||||||
.collapse {
|
.collapse {
|
||||||
display: none;
|
display: none;
|
||||||
visibility: hidden;
|
|
||||||
}
|
}
|
||||||
.collapse.in {
|
.collapse.in {
|
||||||
display: block;
|
display: block;
|
||||||
visibility: visible;
|
|
||||||
}
|
}
|
||||||
tr.collapse.in {
|
tr.collapse.in {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -17,9 +17,8 @@
|
|||||||
|
|
||||||
.collapse {
|
.collapse {
|
||||||
display: none;
|
display: none;
|
||||||
visibility: hidden;
|
|
||||||
|
|
||||||
&.in { display: block; visibility: visible; }
|
&.in { display: block; }
|
||||||
tr&.in { display: table-row; }
|
tr&.in { display: table-row; }
|
||||||
tbody&.in { display: table-row-group; }
|
tbody&.in { display: table-row-group; }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user