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.
Fixed colorpicker input group styles (#1245)
- Loading branch information
1 parent
d43e2e4
commit 7d492ac
Showing
4 changed files
with
30 additions
and
22 deletions.
There are no files selected for viewing
Binary file removed
BIN
-694 Bytes
...-visual-tests/screenshots-baseline/colorpicker-Closed-chrome-1000x800-dpr-1.png
Binary file not shown.
20 changes: 14 additions & 6 deletions
20
skyux-spa-visual-tests/src/app/colorpicker/colorpicker-visual.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
<div style="display: inline-block" id="screenshot-colorpicker"> | ||
<div id="screenshot-colorpicker"> | ||
<sky-colorpicker #colorPickerExample1> | ||
<input [skyColorpickerInput]="colorPickerExample1" [(ngModel)]="color1" [presetColors]="presetColors1" [initialColor]="selectedColor1" | ||
[outputFormat]="selectedOutputFormat1" /> | ||
<input | ||
[skyColorpickerInput]="colorPickerExample1" | ||
[(ngModel)]="color1" | ||
[presetColors]="presetColors1" | ||
[initialColor]="selectedColor1" | ||
[outputFormat]="selectedOutputFormat1"> | ||
</sky-colorpicker> | ||
</div> | ||
|
||
<div style="display: block; margin-top: 20px" id="screenshot-colorpicker2"> | ||
<div id="screenshot-colorpicker2"> | ||
<sky-colorpicker #colorPickerExample2> | ||
<input [skyColorpickerInput]="colorPickerExample2" [(ngModel)]="color2" [presetColors]="presetColors2" [initialColor]="selectedColor2" | ||
[outputFormat]="selectedOutputFormat2" /> | ||
<input | ||
[skyColorpickerInput]="colorPickerExample2" | ||
[(ngModel)]="color2" | ||
[presetColors]="presetColors2" | ||
[initialColor]="selectedColor2" | ||
[outputFormat]="selectedOutputFormat2"> | ||
</sky-colorpicker> | ||
</div> |
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