2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Fix flush accordion styles

This commit is contained in:
Mark Otto
2021-03-22 13:01:08 -07:00
committed by Mark Otto
parent df2d5b6a37
commit e775c494f2
+6 -3
View File
@@ -102,12 +102,15 @@
} }
.accordion-item { .accordion-item {
@include border-radius(0);
.accordion-button {
border-right: 0; border-right: 0;
border-left: 0; border-left: 0;
@include border-radius(0); @include border-radius(0);
&:first-child { border-top: 0; }
&:last-child { border-bottom: 0; }
.accordion-button {
@include border-radius(0);
} }
} }
} }