Skip to content

Commit a2e8992

Browse files
Revert "Stepper: icon with a specified image path should fit into the step (DevExpress#29619) (DevExpress#29626)
1 parent b8da27f commit a2e8992

File tree

1 file changed

+1
-3
lines changed
  • packages/devextreme-scss/scss/widgets/base/stepper/layout/step

1 file changed

+1
-3
lines changed

packages/devextreme-scss/scss/widgets/base/stepper/layout/step/_mixins.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@use "../../../icons" as *;
2-
31
@mixin step(
42
$min-size,
53
$width,
@@ -27,7 +25,7 @@
2725
column-gap: $content-column-gap;
2826

2927
.dx-icon {
30-
@include dx-icon-sizing($stepper-step-icon-size);
28+
font-size: $stepper-step-icon-size;
3129
}
3230

3331
.dx-step-optional-mark {

0 commit comments

Comments
 (0)