mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
flush variant of accordion border radius (#36593)
* flush variant of accordion border radius Fixed issues regarding to last accordion-item has rounded edges at the bottom left and right corners when focused and are in closed state * Update _accordion.scss Co-authored-by: Mark Otto <otto@github.com>
This commit is contained in:
parent
2793637837
commit
8c380b2676
@ -140,7 +140,10 @@
|
|||||||
&:last-child { border-bottom: 0; }
|
&:last-child { border-bottom: 0; }
|
||||||
|
|
||||||
.accordion-button {
|
.accordion-button {
|
||||||
@include border-radius(0);
|
&,
|
||||||
|
&.collapsed {
|
||||||
|
@include border-radius(0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user