We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065bb26 commit 3e13b38Copy full SHA for 3e13b38
core/src/components/badge/badge.ionic.scss
@@ -191,13 +191,3 @@
191
transform: translate(-50%, -50%);
192
}
193
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