Skip to content

Commit ab76f43

Browse files
fix(accordion): fix CSS style scope
1 parent da30b91 commit ab76f43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/src/components/item/item.ionic.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,10 @@ slot[name="end"]::slotted(*) {
125125

126126
// Item in Accordion
127127
// --------------------------------------------------
128-
:host(.accordion-header-item) .item-native {
128+
:host(.accordion-header-item) {
129129
--background-activated: #{globals.$ion-bg-neutral-subtlest-press};
130+
}
130131

132+
:host(.accordion-header-item) .item-native {
131133
@include globals.padding-horizontal(globals.$ion-space-400);
132134
}

0 commit comments

Comments
 (0)