Commit 7fa20188 authored by Benjamin Trenkle's avatar Benjamin Trenkle Committed by XhmikosR
Browse files

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

parent 838924ee
Showing with 6 additions and 0 deletions
+6 -0
...@@ -76,6 +76,12 @@ ...@@ -76,6 +76,12 @@
&:first-child { &:first-child {
@include border-radius($card-inner-border-radius $card-inner-border-radius 0 0); @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 { .card-footer {
......
Supports Markdown
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