mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-06 21:56:42 +02:00
Fix border for single card in accordion (#29453)
This commit is contained in:
@@ -245,27 +245,17 @@
|
|||||||
> .card {
|
> .card {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&:not(:first-of-type) {
|
&:not(:last-of-type) {
|
||||||
.card-header:first-child {
|
|
||||||
@include border-radius(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
&:not(:last-of-type) {
|
|
||||||
border-bottom: 0;
|
|
||||||
@include border-radius(0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:first-of-type:not(:last-of-type) {
|
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
@include border-bottom-radius(0);
|
@include border-bottom-radius(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-of-type {
|
&:not(:first-of-type) {
|
||||||
@include border-top-radius(0);
|
@include border-top-radius(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-header {
|
> .card-header {
|
||||||
|
@include border-radius(0);
|
||||||
margin-bottom: -$card-border-width;
|
margin-bottom: -$card-border-width;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user