Remove border-top if list-group follows card-header (#23022)

This commit is contained in:
Benjamin Trenkle 2017-09-27 09:57:40 +02:00 committed by XhmikosR
parent 838924eefc
commit 7fa20188f2
1 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,12 @@
&:first-child {
@include border-radius($card-inner-border-radius $card-inner-border-radius 0 0);
}
+ .list-group {
.list-group-item:first-child {
border-top: 0;
}
}
}
.card-footer {