Skip to content

Commit 62231be

Browse files
committed
fix(accordion-group): update accordion group shape
1 parent 2630fa9 commit 62231be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components/accordion-group/accordion-group.ionic.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
// --------------------------------------------------
66

77
:host {
8-
@include globals.border-radius(globals.$ionic-border-radius-400);
9-
108
background-color: globals.$ionic-color-base-white;
119
}
1210

1311
// Inset Accordion Group
1412
// --------------------------------------------------
1513

14+
// Shape and padding only apply if the group is inset
1615
:host(.accordion-group-expand-inset) {
16+
@include globals.border-radius(globals.$ionic-border-radius-400);
1717
@include globals.padding(globals.$ionic-space-100);
1818
}

0 commit comments

Comments
 (0)