Skip to content

Commit 5e66b07

Browse files
Revert tab-bar styling changes
1 parent 2b4d0eb commit 5e66b07

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,13 @@
3737
padding-right: calc(globals.$ion-space-400 + var(--ion-safe-area-right, 0));
3838
padding-left: calc(globals.$ion-space-400 + var(--ion-safe-area-left, 0));
3939
/* stylelint-enable */
40-
41-
//contain: size layout style;
4240
}
4341

4442
:host([slot="top"].tab-bar-full) {
4543
padding-top: calc(globals.$ion-space-100 + var(--ion-safe-area-top, 0));
4644
padding-bottom: globals.$ion-space-100;
4745
}
4846

49-
:host-context(.ion-content) {
50-
:host(.tab-bar-full) {
51-
contain: size layout style;
52-
}
53-
}
54-
5547
/* Compact */
5648
:host(.tab-bar-compact) {
5749
@include globals.padding(globals.$ion-space-100, globals.$ion-space-400);

0 commit comments

Comments
 (0)