Skip to content

Commit

Permalink
feat(stepper): enable responsive layout (#7744)
Browse files Browse the repository at this point in the history
**Related Issue:** #6694

Enables responsive layout for stepper component.

- stepper element `host` display is changed to `flex` from `grid`
- grid column width will use `minmax( )` instead of fixed fractional
units.
- When none of the stepper item's are selected and the first one is
disabled, the first available enabled stepper will be selected.
  • Loading branch information
anveshmekala authored and benelan committed Dec 2, 2023
1 parent e8adff6 commit 556b8bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
}

.step-bar--inactive {
fill: var(--calcite-ui-border-3, #dfdfdf);
fill: var(--calcite-color-border-3, #dfdfdf);
fill-opacity: 1;
block-size: 100%;
}
Expand Down

0 comments on commit 556b8bc

Please sign in to comment.