Skip to content

Commit 543ac3a

Browse files
Merge branch 'ROU-12467-ticks-styling' of https://github.com/ionic-team/ionic-framework into ROU-12467-ticks-styling
2 parents bddc281 + c5fc6f7 commit 543ac3a

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

core/src/components/tab-bar/tab-bar.ionic.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,21 @@
8585
bottom: calc(globals.$ion-space-400 + var(--ion-safe-area-bottom, 0));
8686
}
8787

88+
// Tab Bar Translucent
89+
// --------------------------------------------------
90+
91+
@supports (backdrop-filter: blur(0)) {
92+
:host(.tab-bar-translucent) {
93+
--background: rgba(255, 255, 255, 0.6);
94+
95+
backdrop-filter: var(--tab-bar-backdrop-filter, blur(12px));
96+
}
97+
98+
:host(.tab-bar-translucent) ::slotted(ion-tab-button.ion-focused) {
99+
--background: transparent;
100+
}
101+
}
102+
88103
// Tab Bar Shapes
89104
// --------------------------------------------------
90105

87 Bytes
Loading

0 commit comments

Comments
 (0)