mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix #12353: Scope table border reset in panels to first-child rows
This commit is contained in:
parent
b9d1ae092f
commit
44fc629d44
6 changed files with 8 additions and 8 deletions
4
dist/css/bootstrap.css
vendored
4
dist/css/bootstrap.css
vendored
|
@ -4837,8 +4837,8 @@ a.list-group-item-danger.active:focus {
|
||||||
.panel > .panel-body + .table-responsive {
|
.panel > .panel-body + .table-responsive {
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
.panel > .table > tbody:first-child th,
|
.panel > .table > tbody:first-child > tr:first-child th,
|
||||||
.panel > .table > tbody:first-child td {
|
.panel > .table > tbody:first-child > tr:first-child td {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
}
|
}
|
||||||
.panel > .table-bordered,
|
.panel > .table-bordered,
|
||||||
|
|
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
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -107,8 +107,8 @@
|
||||||
> .panel-body + .table-responsive {
|
> .panel-body + .table-responsive {
|
||||||
border-top: 1px solid @table-border-color;
|
border-top: 1px solid @table-border-color;
|
||||||
}
|
}
|
||||||
> .table > tbody:first-child th,
|
> .table > tbody:first-child > tr:first-child th,
|
||||||
> .table > tbody:first-child td {
|
> .table > tbody:first-child > tr:first-child td {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
}
|
}
|
||||||
> .table-bordered,
|
> .table-bordered,
|
||||||
|
|
Loading…
Reference in a new issue