Skip to content

Commit 2f98984

Browse files
committed
feat(samples): update styling samples
1 parent 8706217 commit 2f98984

31 files changed

Lines changed: 44 additions & 198 deletions

File tree

src/app/data-display/chip/chip-styling/chip-styling.component.scss

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,10 @@
22
@use "igniteui-angular/theming" as *;
33

44
$custom-theme: chip-theme(
5-
$background: #011627,
6-
$hover-background: #011627dc,
7-
$focus-background: #0116276c,
5+
$background: #57a5cd,
86
$selected-background: #ecaa53,
9-
$hover-selected-background: #ecaa53,
10-
$focus-selected-background: #ecaa53,
11-
$text-color: #fefefe,
12-
$remove-icon-color: #f14545,
13-
$remove-icon-color-focus: #da0000,
7+
$remove-icon-color: #d81414,
148
$border-radius: 5px,
159
);
1610

1711
@include css-vars($custom-theme);
18-
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
@use "igniteui-angular/theming" as *;
22

33
$custom-theme: progress-circular-theme(
4-
$base-circle-color: lightgray,
54
$fill-color-default: rgb(32, 192, 17),
65
);
76

87
@include css-vars($custom-theme);
9-

src/app/data-display/linear-progressbar/linear-progressbar-styling-sample/linear-progressbar-styling-sample.component.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
@use "igniteui-angular/theming" as *;
33

44
$custom-theme: progress-linear-theme(
5-
$track-color: #d3d3d3,
65
$fill-color-default: #ecaa53,
76
$text-color: #ecaa53,
87
);
98

109
@include css-vars($custom-theme);
11-

src/app/data-entries/buttonGroup/button-group-style/button-group-style.component.scss

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,8 @@
22
@use "igniteui-angular/theming" as *;
33

44
$custom-button-group: button-group-theme(
5-
$item-text-color: #fdfdfd,
6-
$item-background: #2f4d6a,
7-
$item-hover-text-color: #fdfdfd,
8-
$item-hover-background: #1f3347,
9-
$item-selected-text-color: #fdfdfd,
10-
$item-selected-background: #1f3347,
11-
$item-selected-hover-background: #1f3347,
12-
$disabled-text-color: gray,
13-
$disabled-background-color: lightgray,
5+
$item-background: #57a5cd,
146
);
157

168
@include css-vars($custom-button-group);
17-
9+

src/app/data-entries/checkbox/checkbox-styling/checkbox-styling.component.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22
@use "igniteui-angular/theming" as *;
33

44
$custom-checkbox-theme: checkbox-theme(
5-
$border-radius: 10px,
6-
$label-color: #011627,
75
$empty-color: #ecaa53,
86
$fill-color: #ecaa53,
9-
$tick-color: #011627,
7+
$border-radius: 5px
108
);
119

1210
@include css-vars($custom-checkbox-theme);
13-

src/app/data-entries/dropdown/dropdown-styling/dropdown-styling.component.scss

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,13 @@
22
@use "igniteui-angular/theming" as *;
33

44
$custom-drop-down-theme: drop-down-theme(
5-
$background-color: #fdfdfd,
65
$header-text-color: #345779,
76
$item-text-color: #2dabe8,
7+
$hover-item-text-color: #345779,
88
$selected-item-background: #345779,
9-
$selected-item-text-color: #fdfdfd,
10-
$selected-hover-item-background: #345779,
11-
$selected-hover-item-text-color: #fdfdfd,
12-
$selected-focus-item-background: #345779,
13-
$selected-focus-item-text-color: #fdfdfd,
149
$hover-item-background: rgba(0, 0, 0, 0.12),
15-
$hover-item-text-color: #345779,
1610
);
1711

1812
.drop-down__scroll-container {
1913
@include css-vars($custom-drop-down-theme);
2014
}
21-

src/app/data-entries/input-group/input-group-styling/input-group-styling.component.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@
33

44
$custom-input-group: input-group-theme(
55
$filled-text-color: #288a54,
6-
$focused-text-color: #174f30,
76
$idle-text-color: #288a54,
87
$idle-bottom-line-color: #288a54,
9-
$interim-bottom-line-color: #288a54,
10-
$hover-bottom-line-color: #288a54,
118
$focused-secondary-color: #174f30,
129
$box-background: #eeeeee
1310
);
1411

1512
@include css-vars($custom-input-group);
16-

src/app/data-entries/radio/radio-styling-sample/radio-styling-sample.component.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
@use "igniteui-angular/theming" as *;
33

44
$custom-radio-theme: radio-theme(
5-
$disabled-color: lightgray,
65
$empty-color: #345779,
76
$fill-color: #2dabe8,
8-
$fill-color-hover: #2dabe8,
9-
$fill-hover-border-color: #2dabe8
107
);
118

129
@include css-vars($custom-radio-theme);
13-

src/app/data-entries/select/select-styling/select-styling.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ $custom-select-theme: select-theme(
77
);
88

99
@include css-vars($custom-select-theme);
10-

src/app/data-entries/switch/switch-styling/switch-styling.component.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
$custom-switch-theme: switch-theme(
55
$thumb-on-color: #ecaa53,
6-
$track-on-color: #f0cb9c
76
);
87

98
@include css-vars($custom-switch-theme);
10-

0 commit comments

Comments
 (0)