2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03: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
+4
View File
@@ -56,6 +56,10 @@
@include border-bottom-radius($card-border-radius);
}
}
.card-header + .list-group > li:first-child {
border: 0;
}
}