mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
Resolves Issue #13689
Doing this the right way this time. Hiding .panel-footer top border when preceeded by a .list-group. This should resolve the "double border" issue.
This commit is contained in:
Vendored
+3
@@ -4993,6 +4993,9 @@ a.list-group-item-danger.active:focus {
|
||||
.panel-heading + .list-group .list-group-item:first-child {
|
||||
border-top-width: 0;
|
||||
}
|
||||
.list-group + .panel-footer {
|
||||
border-top-width: 0;
|
||||
}
|
||||
.panel > .table,
|
||||
.panel > .table-responsive > .table {
|
||||
margin-bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user