Skip to content

Commit 3e13b38

Browse files
committed
fix(badge): removed overriding size.
1 parent 065bb26 commit 3e13b38

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

core/src/components/badge/badge.ionic.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,3 @@
191191
transform: translate(-50%, -50%);
192192
}
193193

194-
// Badge Icon sizes when inside Tab Button
195-
:host([vertical].in-tab-button.badge-xxsmall) ::slotted(ion-icon),
196-
:host([vertical].in-tab-button.badge-xsmall) ::slotted(ion-icon),
197-
:host([vertical].in-tab-button.badge-small) ::slotted(ion-icon),
198-
:host([vertical].in-tab-button.badge-medium) ::slotted(ion-icon),
199-
:host([vertical].in-tab-button.badge-large) ::slotted(ion-icon),
200-
:host([vertical].in-tab-button.badge-xlarge) ::slotted(ion-icon) {
201-
width: globals.$ion-scale-300;
202-
height: globals.$ion-scale-300;
203-
}

0 commit comments

Comments
 (0)