Skip to content

Commit

Permalink
Remove border-top if list-group follows card-header (#23022)
Browse files Browse the repository at this point in the history
  • Loading branch information
bembelimen authored and XhmikosR committed Sep 27, 2017
1 parent 838924e commit 7fa2018
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scss/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7fa2018

Please sign in to comment.