File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
core/src/components/accordion-group Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1212
1313// Inset Accordion Group
1414// --------------------------------------------------
15-
1615// Shape and padding only apply if the group is inset
16+
1717:host (.accordion-group-expand-inset ) {
18- @include globals .border-radius (globals .$ionic-border-radius-400 );
1918 @include globals .padding (globals .$ionic-space-100 );
2019}
20+
21+ :host (.accordion-group-expand-inset.accordion-group-shape-round ) {
22+ @include globals .border-radius (globals .$ionic-border-radius-400 );
23+ }
24+
25+ :host (.accordion-group-expand-inset.accordion-group-shape-soft ) {
26+ @include globals .border-radius (globals .$ionic-border-radius-200 );
27+ }
28+
29+ :host (.accordion-group-expand-inset.accordion-group-shape-rectangular ) {
30+ @include globals .border-radius (globals .$ionic-border-radius-0 );
31+ }
You can’t perform that action at this time.
0 commit comments