diff --git a/core/src/components/segment-button/segment-button.scss b/core/src/components/segment-button/segment-button.scss index 824e621c3d..2c6d1a1ef2 100644 --- a/core/src/components/segment-button/segment-button.scss +++ b/core/src/components/segment-button/segment-button.scss @@ -271,6 +271,8 @@ ion-ripple-effect { box-sizing: border-box; will-change: transform, opacity; + + pointer-events: none; } .segment-button-indicator-background { @@ -280,6 +282,8 @@ ion-ripple-effect { transform: var(--indicator-transform); box-shadow: var(--indicator-box-shadow); + + pointer-events: none; } .segment-button-indicator-animated {