File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 5757 --padding-bottom : #{globals .$ion-space-300 } ;
5858 --padding-start : #{globals .$ion-space-400 } ;
5959
60+ /* *
61+ * Headers use neutral press instead of default item select (blue) when `.ion-activated`.
62+ * Variables are read by `ion-item`’s activated styles in `item.ionic.scss` / `item.common.scss`.
63+ */
64+ --background-activated : #{globals .$ion-bg-neutral-subtlest-press } ;
65+ --background-activated-opacity : 1 ;
66+
6067 @include globals .typography (globals .$ion-heading-h6-medium );
6168}
6269
Original file line number Diff line number Diff line change @@ -125,10 +125,7 @@ slot[name="end"]::slotted(*) {
125125
126126// Item in Accordion
127127// --------------------------------------------------
128- :host (.accordion-header-item ) {
129- --background-activated : #{globals .$ion-bg-neutral-subtlest-press } ;
130- }
131-
132128:host (.accordion-header-item ) .item-native {
133129 @include globals .padding-horizontal (globals .$ion-space-400 );
134130}
131+
You can’t perform that action at this time.
0 commit comments