diff --git a/projects/igniteui-angular/src/lib/core/styles/themes/generators/_base.scss b/projects/igniteui-angular/src/lib/core/styles/themes/generators/_base.scss
index a7ae64159e7..bc525ebf1f4 100644
--- a/projects/igniteui-angular/src/lib/core/styles/themes/generators/_base.scss
+++ b/projects/igniteui-angular/src/lib/core/styles/themes/generators/_base.scss
@@ -608,13 +608,13 @@
@include tabs($tabs-theme-map);
}
- @if is-used('igx-stepper', $exclude) {
- $stepper-theme-map: stepper-theme(
- $schema: $schema,
- );
- $stepper-theme-map: meta.call($theme-handler, $stepper-theme-map);
- @include stepper($stepper-theme-map);
- }
+ //@if is-used('igx-stepper', $exclude) {
+ // $stepper-theme-map: stepper-theme(
+ // $schema: $schema,
+ // );
+ // $stepper-theme-map: meta.call($theme-handler, $stepper-theme-map);
+ // @include stepper($stepper-theme-map);
+ //}
// @if is-used('igx-toast', $exclude) {
// $toast-theme-map: toast-theme(
diff --git a/projects/igniteui-angular/src/lib/core/styles/typography/_bootstrap.scss b/projects/igniteui-angular/src/lib/core/styles/typography/_bootstrap.scss
index b90f24283a9..9c7d890c1cd 100644
--- a/projects/igniteui-angular/src/lib/core/styles/typography/_bootstrap.scss
+++ b/projects/igniteui-angular/src/lib/core/styles/typography/_bootstrap.scss
@@ -107,7 +107,7 @@
header-hour: 'h4',
selected-time: 'h4'
));
- @include stepper-typography();
+ //@include stepper-typography();
// @include toast-typography();
@include tooltip-typography();
@include tree-typography();
diff --git a/projects/igniteui-angular/src/lib/core/styles/typography/_fluent.scss b/projects/igniteui-angular/src/lib/core/styles/typography/_fluent.scss
index c5cff3ac778..88ff180a935 100644
--- a/projects/igniteui-angular/src/lib/core/styles/typography/_fluent.scss
+++ b/projects/igniteui-angular/src/lib/core/styles/typography/_fluent.scss
@@ -111,7 +111,7 @@
label: 'body-2'
));
@include time-picker-typography();
- @include stepper-typography();
+ //@include stepper-typography();
// @include toast-typography($categories: (
// text: 'caption'
// ));
diff --git a/projects/igniteui-angular/src/lib/core/styles/typography/_indigo.scss b/projects/igniteui-angular/src/lib/core/styles/typography/_indigo.scss
index f3a0b819b4b..046805d1289 100644
--- a/projects/igniteui-angular/src/lib/core/styles/typography/_indigo.scss
+++ b/projects/igniteui-angular/src/lib/core/styles/typography/_indigo.scss
@@ -112,12 +112,12 @@
header-hour: 'h5',
selected-time: 'h6'
));
- @include stepper-typography($categories: (
- title: 'body-2',
- subtitle: 'caption',
- indicator: 'button',
- body-content: 'body-2'
- ));
+ //@include stepper-typography($categories: (
+ // title: 'body-2',
+ // subtitle: 'caption',
+ // indicator: 'button',
+ // body-content: 'body-2'
+ //));
// @include toast-typography();
@include tooltip-typography($categories: (
tooltip-text: 'subtitle-2'
diff --git a/projects/igniteui-angular/src/lib/core/styles/typography/_material.scss b/projects/igniteui-angular/src/lib/core/styles/typography/_material.scss
index 28a8f1630ce..e04237aef6b 100644
--- a/projects/igniteui-angular/src/lib/core/styles/typography/_material.scss
+++ b/projects/igniteui-angular/src/lib/core/styles/typography/_material.scss
@@ -62,7 +62,7 @@
@include switch-typography();
@include tabs-typography();
@include time-picker-typography();
- @include stepper-typography();
+ //@include stepper-typography();
// @include toast-typography();
@include tooltip-typography();
@include tree-typography();
diff --git a/projects/igniteui-angular/src/lib/stepper/step/step.component.html b/projects/igniteui-angular/src/lib/stepper/step/step.component.html
index 48dd55aed14..9703d5d731b 100644
--- a/projects/igniteui-angular/src/lib/stepper/step/step.component.html
+++ b/projects/igniteui-angular/src/lib/stepper/step/step.component.html
@@ -23,22 +23,23 @@