Commit 44fc629d authored by Mark Otto's avatar Mark Otto

Fix #12353: Scope table border reset in panels to first-child rows

parent b9d1ae09
...@@ -4837,8 +4837,8 @@ a.list-group-item-danger.active:focus { ...@@ -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,
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -107,8 +107,8 @@ ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment