Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(linear-progress): default size (#1694)
Browse files Browse the repository at this point in the history
Fixes bug where determinate linear-progress was defaulting to 100% when progress value was not set.

Fixes #1528
  • Loading branch information
patrickrodee authored Dec 7, 2017
1 parent 6ea948f commit 35d362c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/mdc-linear-progress/mdc-linear-progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
transition: mdc-animation-exit-temporary(transform, 250ms);
}

&__primary-bar {
transform: scaleX(0);
}

&__secondary-bar {
visibility: hidden;
}
Expand Down

0 comments on commit 35d362c

Please sign in to comment.