@@ -4,86 +4,75 @@ $yellow: #ffcd0f;
44$black : #292826 ;
55$muted-yellow : #ffe482 ;
66
7- $custom-query-builder : query-builder-theme (
8- $background : $black ,
9- $header-background : $black ,
10- $header-foreground : $yellow
11- );
12-
13- $custom-button : button-theme (
14- $schema : $dark-material-schema ,
15- $background : $black ,
16- $foreground : $yellow ,
17- $hover-foreground : $black ,
18- $hover-background : $yellow ,
19- $focus-foreground : $yellow ,
20- $focus-background : $black ,
21- $border-color : $yellow
22- );
23-
24- $custom-contained-button : button-theme (
25- $schema : $dark-material-schema ,
26- $background : $yellow ,
27- $foreground : $black ,
28- $active-background : $muted-yellow ,
29- $active-foreground : $black ,
30- $hover-background : $muted-yellow ,
31- $hover-foreground : $black ,
32- $border-color : $yellow ,
33- $active-border-color : $muted-yellow ,
34- $hover-border-color : $muted-yellow ,
35- $focus-border-color : $yellow
36- );
37-
38- $custom-button-group : button-group-theme (
39- $schema : $dark-material-schema ,
40- $item-background : $black ,
41- $item-text-color : $yellow ,
42- $item-border-color : $yellow ,
43- $item-selected-background : $yellow ,
44- $item-hover-background : $yellow ,
45- $item-selected-hover-background : $yellow
46- );
47-
48- $custom-input-group : input-group-theme (
49- $schema : $dark-material-schema ,
50- $idle-text-color : $yellow ,
51- $focused-text-color : $yellow ,
52- $filled-text-color : $yellow ,
53- $idle-bottom-line-color : $muted-yellow ,
54- $focused-secondary-color : $yellow
55- );
56-
57- $custom-chip : chip-theme (
58- $schema : $dark-material-schema ,
59- $background : $yellow ,
60- $text-color : $black
61- );
62-
63- $custom-drop-down : drop-down-theme (
64- $schema : $dark-material-schema ,
65- $background-color : $black ,
66- $item-text-color : $yellow ,
67- $hover-item-background : $yellow ,
68- $hover-item-text-color : $black ,
69- $focused-item-background : $yellow ,
70- $focused-item-text-color : $black ,
71- $selected-item-background : $yellow ,
72- $selected-item-text-color : $black ,
73- $selected-focus-item-background : $yellow ,
74- $selected-focus-item-text-color : $black ,
75- $selected-hover-item-background : $yellow ,
76- $selected-hover-item-text-color : $black
77- );
7+ $custom-query-builder : query-builder-theme ($background : $black ,
8+ $tree-background : $black ,
9+ $header-background : $black ,
10+ $header-foreground : $yellow );
11+
12+ $custom-button : button-theme ($schema : $dark-material-schema ,
13+ $background : $black ,
14+ $foreground : $yellow ,
15+ $hover-foreground : $black ,
16+ $hover-background : $yellow ,
17+ $focus-foreground : $yellow ,
18+ $focus-background : $black ,
19+ $border-color : $yellow );
20+
21+ $custom-contained-button : button-theme ($schema : $dark-material-schema ,
22+ $background : $yellow ,
23+ $foreground : $black ,
24+ $active-background : $muted-yellow ,
25+ $active-foreground : $black ,
26+ $hover-background : $muted-yellow ,
27+ $hover-foreground : $black ,
28+ $border-color : $yellow ,
29+ $active-border-color : $muted-yellow ,
30+ $hover-border-color : $muted-yellow ,
31+ $focus-border-color : $yellow );
32+
33+ $custom-button-group : button-group-theme ($schema : $dark-material-schema ,
34+ $item-background : $black ,
35+ $item-text-color : $yellow ,
36+ $item-border-color : $yellow ,
37+ $item-selected-background : $yellow ,
38+ $item-hover-background : $yellow ,
39+ $item-selected-hover-background : $yellow );
40+
41+ $custom-input-group : input-group-theme ($schema : $dark-material-schema ,
42+ $idle-text-color : $yellow ,
43+ $focused-text-color : $yellow ,
44+ $filled-text-color : $yellow ,
45+ $idle-bottom-line-color : $muted-yellow ,
46+ $focused-secondary-color : $yellow );
47+
48+ $custom-chip : chip-theme ($schema : $dark-material-schema ,
49+ $background : $yellow ,
50+ $text-color : $black );
51+
52+ $custom-drop-down : drop-down-theme ($schema : $dark-material-schema ,
53+ $background-color : $black ,
54+ $item-text-color : $yellow ,
55+ $hover-item-background : $yellow ,
56+ $hover-item-text-color : $black ,
57+ $focused-item-background : $yellow ,
58+ $focused-item-text-color : $black ,
59+ $selected-item-background : $yellow ,
60+ $selected-item-text-color : $black ,
61+ $selected-focus-item-background : $yellow ,
62+ $selected-focus-item-text-color : $black ,
63+ $selected-hover-item-background : $yellow ,
64+ $selected-hover-item-text-color : $black );
7865
7966
8067:host {
8168 display : block ;
8269 margin : 16px ;
8370
8471 ::ng- deep {
85- @include css-vars ($custom-drop-down );
72+ @include theme ($palette : $dark-material-palette );
73+
8674 @include css-vars ($custom-query-builder );
75+ @include css-vars ($custom-drop-down );
8776 @include css-vars ($custom-button-group );
8877 @include css-vars ($custom-input-group );
8978 @include css-vars ($custom-chip );
@@ -102,15 +91,15 @@ $custom-drop-down: drop-down-theme(
10291 color : $yellow
10392 }
10493
105- .igx-filter-tree__expression -actions igx-icon {
94+ .igx-filter-tree__inputs -actions igx-icon {
10695 color : $yellow
10796 }
10897
109- .igx-filter-tree__expression -actions igx-icon :hover {
98+ .igx-filter-tree__inputs -actions igx-icon :hover {
11099 color : $muted-yellow
111100 }
112101
113- .igx-filter-tree__expression -actions igx-icon :focus {
102+ .igx-filter-tree__inputs -actions igx-icon :focus {
114103 color : $muted-yellow
115104 }
116105
0 commit comments