mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
fixes double border when .list-group.list-group-flush is preceded by .card-header
This commit is contained in:
parent
25bbfcdd7c
commit
2ba0127c91
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user