Skip to content

Commit 31f3aee

Browse files
committed
fix(translucent): fix a bug where backdrop-filter and mask-image continue to be applied until the transition ends.
1 parent 1053842 commit 31f3aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/utils/translucent.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ ion-header.ios:not(.ios26-disabled).header-collapse-condense-inactive:not(.heade
3333
transform: translateY(8px);
3434
}
3535

36-
ion-header.header-translucent::before,
37-
ion-header.header-translucent::after,
36+
ion-header.ios:not(.ios26-disabled):not(.header-transitioning).header-translucent::before,
37+
ion-header.ios:not(.ios26-disabled):not(.header-transitioning).header-translucent::after,
3838
ion-content.ios:not(.ios26-disabled)::part(background)::before,
3939
ion-content.ios:not(.ios26-disabled)::part(background)::after {
4040
content: '';

0 commit comments

Comments
 (0)