mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(segment): iOS mode segment now works on older Android devices (#20673)
fixes #20648
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user