1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 02:54:01 +02:00

fixes double border when .list-group.list-group-flush is preceded by .card-header

This commit is contained in:
gijsbotje
2017-08-16 00:20:47 +02:00
committed by Mark Otto
parent 25bbfcdd7c
commit 2ba0127c91

View File

@@ -56,6 +56,10 @@
@include border-bottom-radius($card-border-radius); @include border-bottom-radius($card-border-radius);
} }
} }
.card-header + .list-group > li:first-child {
border: 0;
}
} }