A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
fix(item, tab-button): activation behaviour for Ionic theme (#30806)
Issue number: resolves # --------- <!-- Please do not submit updates to dependencies unless it fixes an issue. --> <!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> ## What is the current behavior? Currently, in the`ion-item` and `tab-button` components under the Ionic theme, activation behaviors (such as ripple effects and clickability) are applied to both `md` and `ios`, but they should only be applied to`md`. ## What is the new behavior? Activation behavior is now conditional on both theme and mode. The main goal is to ensure that activation only occurs specifically for `md` mode when using the `ionic` theme. ## Does this introduce a breaking change? - [ ] Yes - [x] No <!-- If this introduces a breaking change: 1. Describe the impact and migration path for existing applications below. 2. Update the BREAKING.md file with the breaking change. 3. Add "BREAKING CHANGE: [...]" to the commit description when merging. See https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer for more information. -->
J
José Rio committed
dd0c849512299248f04670372ccba9420795309a
Parent: 682e25d
Committed by GitHub <noreply@github.com>
on 11/25/2025, 9:49:03 AM