Skip to content

Commit 9c058af

Browse files
CR
1 parent 0c59059 commit 9c058af

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

core/src/components/badge/badge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class Badge implements ComponentInterface {
8080
const theme = getIonTheme(this);
8181
const { size } = this;
8282

83-
// TODO(RFW-6355): Remove theme check when sizes are defined for all themes.
83+
// TODO(FW-6355): Remove theme check when sizes are defined for all themes.
8484
if (theme !== 'ionic') {
8585
return undefined;
8686
}

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,6 @@
134134
font-size: globals.$ion-font-size-500;
135135
}
136136

137-
:host(.button-small),
138-
:host(.button-medium) {
139-
::slotted(ion-icon[slot="start"]),
140-
::slotted(ion-icon[slot="end"]),
141-
::slotted(ion-icon[slot="icon-only"]) {
142-
font-size: globals.$ion-font-size-500;
143-
}
144-
}
145-
146137
:host(.button-large) {
147138
::slotted(ion-icon[slot="start"]),
148139
::slotted(ion-icon[slot="end"]),
@@ -284,8 +275,7 @@
284275
@include globals.position(null, calc(-1 * globals.$ion-space-050), null, null);
285276
}
286277

287-
:host(.button-medium),
288-
:host:not(.button-small):not(.button-large) {
278+
:host(.button-medium) {
289279
::slotted(ion-badge.long-badge.badge-vertical-top) {
290280
@include globals.position($top: globals.$ion-space-100);
291281
}

0 commit comments

Comments
 (0)