This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial rework of style for passive mode * fixed up step sizing * changed input name for passive mode. Disabled for horizontal * change passive PI demo to be onHover * add back in the margin on the check mark * fixed step color. Removed unecessary !important * removed excess 5 padding from sky-success * added unit testing * updated visual testing to cover passive mode * added missing id. Reset progress indicator visuals * added hidden note to demo;moved long template logic to ts file
- Loading branch information
1 parent
1ef4d42
commit 17ad26b
Showing
17 changed files
with
206 additions
and
35 deletions.
There are no files selected for viewing
Binary file removed
BIN
-22.2 KB
...isual-tests/screenshots-baseline/progress-Indicator-1-chrome-1000x800-dpr-1.png
Binary file not shown.
Binary file removed
BIN
-22.4 KB
...isual-tests/screenshots-baseline/progress-Indicator-2-chrome-1000x800-dpr-1.png
Binary file not shown.
Binary file removed
BIN
-22.4 KB
...isual-tests/screenshots-baseline/progress-Indicator-3-chrome-1000x800-dpr-1.png
Binary file not shown.
Binary file removed
BIN
-17.1 KB
...ests/screenshots-baseline/progress-Indicator-Wizard-1-chrome-1000x800-dpr-1.png
Binary file not shown.
Binary file removed
BIN
-16.7 KB
...ests/screenshots-baseline/progress-Indicator-Wizard-2-chrome-1000x800-dpr-1.png
Binary file not shown.
Binary file removed
BIN
-17 KB
...ests/screenshots-baseline/progress-Indicator-Wizard-3-chrome-1000x800-dpr-1.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/demos/progress-indicator/progress-indicator-demo.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
sky-progress-indicator { | ||
#waterfall-indicator { | ||
display: block; | ||
margin-bottom: 30px; | ||
} |
1 change: 1 addition & 0 deletions
1
src/modules/progress-indicator/fixtures/progress-indicator.component.fixture.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 8 additions & 20 deletions
28
...modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 38 additions & 12 deletions
50
...modules/progress-indicator/progress-indicator-item/progress-indicator-item.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters