feat(header, footer): add ios fading header style (#24011)

This commit is contained in:
Liam DeBeasi
2021-10-05 16:44:23 -04:00
committed by GitHub
parent 225a278740
commit 7ce3959b66
27 changed files with 703 additions and 59 deletions

View File

@ -25,6 +25,7 @@
--border-width: 0;
--border-style: solid;
--opacity: 1;
--opacity-scale: 1;
@include font-smoothing();
@include padding-horizontal(var(--ion-safe-area-left), var(--ion-safe-area-right));
@ -91,7 +92,7 @@
background: var(--background);
contain: strict;
opacity: var(--opacity);
opacity: calc(var(--opacity) * var(--opacity-scale));
z-index: $z-index-toolbar-background;
pointer-events: none;
}