1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

Fix double border on list-group (#27126)

This commit is contained in:
Roy Klutman
2018-10-19 11:01:36 +02:00
committed by XhmikosR
parent ef32979222
commit 5a1588ed33

View File

@@ -90,6 +90,10 @@
border-right: 0;
border-left: 0;
@include border-radius(0);
&:last-child {
margin-bottom: -$list-group-border-width;
}
}
&:first-child {
@@ -100,6 +104,7 @@
&:last-child {
.list-group-item:last-child {
margin-bottom: 0;
border-bottom: 0;
}
}