Skip to content

Commit 5827770

Browse files
committed
fix(tab-button): removed overriding size.
1 parent 3e13b38 commit 5827770

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -93,20 +93,6 @@
9393
// Tab Button: Badge
9494
// --------------------------------------------------
9595

96-
:host ::slotted(ion-badge.badge-xxsmall),
97-
:host ::slotted(ion-badge.badge-xsmall),
98-
:host ::slotted(ion-badge.badge-small),
99-
:host ::slotted(ion-badge.badge-medium),
100-
:host ::slotted(ion-badge.badge-large),
101-
:host ::slotted(ion-badge.badge-xlarge) {
102-
min-width: globals.$ion-scale-400;
103-
height: globals.$ion-scale-400;
104-
105-
font-size: globals.$ion-font-size-300;
106-
107-
line-height: globals.$ion-font-line-height-400;
108-
}
109-
11096
:host ::slotted(ion-badge:empty) {
11197
@include mixins.padding(0, 0);
11298

0 commit comments

Comments
 (0)