mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 08:39:56 +02: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:
3
dist/css/bootstrap.css
vendored
3
dist/css/bootstrap.css
vendored
@@ -4993,6 +4993,9 @@ a.list-group-item-danger.active:focus {
|
|||||||
.panel-heading + .list-group .list-group-item:first-child {
|
.panel-heading + .list-group .list-group-item:first-child {
|
||||||
border-top-width: 0;
|
border-top-width: 0;
|
||||||
}
|
}
|
||||||
|
.list-group + .panel-footer {
|
||||||
|
border-top-width: 0;
|
||||||
|
}
|
||||||
.panel > .table,
|
.panel > .table,
|
||||||
.panel > .table-responsive > .table {
|
.panel > .table-responsive > .table {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
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
@@ -86,7 +86,9 @@
|
|||||||
border-top-width: 0;
|
border-top-width: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.list-group + .panel-footer {
|
||||||
|
border-top-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
// Tables in panels
|
// Tables in panels
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user