Skip to content

Commit 8f4b179

Browse files
committed
fix(accordion-group): remove global styles
1 parent 4557c51 commit 8f4b179

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

core/src/css/ionic/core.ionic.scss

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,6 @@ ion-accordion-group.accordion-group-expand-inset > ion-accordion:last-of-type {
309309
border-bottom-left-radius: globals.$ionic-border-radius-200;
310310
border-bottom-right-radius: globals.$ionic-border-radius-200;
311311
}
312-
ion-accordion-group > ion-accordion:last-of-type ion-item[slot="header"] {
313-
--border-width: 0;
314-
}
315312

316313
ion-accordion.accordion-animated > [slot="header"] .ion-accordion-toggle-icon {
317314
transition: 300ms transform cubic-bezier(0.25, 0.8, 0.5, 1);
@@ -334,16 +331,6 @@ ion-accordion.accordion-expanded > [slot="header"] .ion-accordion-toggle-icon {
334331
transform: rotate(180deg);
335332
}
336333

337-
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-previous ion-item[slot="header"] {
338-
--border-width: 0;
339-
--inner-border-width: 0;
340-
}
341-
342-
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanding:first-of-type,
343-
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanded:first-of-type {
344-
margin-top: 0;
345-
}
346-
347334
// Safari/iOS 15 changes the appearance of input[type="date"].
348335
// For backwards compatibility from Ionic 5/Safari 14 designs,
349336
// we override the appearance only when using within an ion-input.

0 commit comments

Comments
 (0)