|
16 | 16 | /// @prop {Map} hover-item-background [igx-color: 'surface', text-contrast: (), rgba: .04] - The drop-down hover item background color. |
17 | 17 | /// @prop {Map} focused-item-background [igx-color: 'surface', text-contrast: (), rgba: .04] - The drop-down focused item background color. |
18 | 18 | /// @prop {Map} focused-item-text-color [igx-color: 'surface', text-contrast: (), rgba: .74] - The drop-down focused item text color. |
19 | | -/// @prop {Map} selected-item-background [igx-color: ('secondary', 500)] - The drop-down selected item background color. |
20 | | -/// @prop {Map} selected-item-text-color [igx-contrast-color: ('secondary', 500)] - The drop-down selected item text color. |
21 | | -/// @prop {Map} selected-hover-item-background [igx-color: ('secondary', 300)] - The drop-down selected item hover background color. |
22 | | -/// @prop {Map} selected-hover-item-text-color [igx-contrast-color: ('secondary', 300)] - The drop-down selected item hover text color. |
23 | | -/// @prop {Map} selected-focus-item-background [igx-color: ('secondary', 300)] - The drop-down selected item focus background color. |
24 | | -/// @prop {Map} selected-focus-item-text-color [igx-contrast-color: ('secondary', 300)] - The drop-down selected item focus text color. |
| 19 | +/// @prop {Map} selected-item-background [igx-color: ('secondary', 100)] - The drop-down selected item background color. |
| 20 | +/// @prop {Map} selected-item-text-color [igx-contrast-color: ('secondary', 100)] - The drop-down selected item text color. |
| 21 | +/// @prop {Map} selected-hover-item-background [igx-color: ('secondary', 200)] - The drop-down selected item hover background color. |
| 22 | +/// @prop {Map} selected-hover-item-text-color [igx-contrast-color: ('secondary', 200)] - The drop-down selected item hover text color. |
| 23 | +/// @prop {Map} selected-focus-item-background [igx-color: ('secondary', 200)] - The drop-down selected item focus background color. |
| 24 | +/// @prop {Map} selected-focus-item-text-color [igx-contrast-color: ('secondary', 200)] - The drop-down selected item focus text color. |
25 | 25 | /// @prop {Color} disabled-item-background [transparent] - The drop-down disabled item background color. |
26 | 26 | /// @prop {Map} disabled-item-text-color [igx-color: 'surface', text-contrast: (), rgba: .38] - The drop-down disabled item text color. |
27 | 27 | /// @prop {Number} elevation [8] - The elevation level, between 0-24, to be used for the badge shadow. |
@@ -70,27 +70,27 @@ $_light-drop-down: extend( |
70 | 70 | ), |
71 | 71 |
|
72 | 72 | selected-item-background: ( |
73 | | - igx-color: ('secondary', 500) |
| 73 | + igx-color: ('secondary', 100), |
74 | 74 | ), |
75 | 75 |
|
76 | 76 | selected-item-text-color: ( |
77 | | - igx-contrast-color: ('secondary', 500) |
| 77 | + igx-contrast-color: ('secondary', 100) |
78 | 78 | ), |
79 | 79 |
|
80 | 80 | selected-hover-item-background: ( |
81 | | - igx-color: ('secondary', 300) |
| 81 | + igx-color: ('secondary', 200), |
82 | 82 | ), |
83 | 83 |
|
84 | 84 | selected-hover-item-text-color: ( |
85 | | - igx-contrast-color: ('secondary', 300) |
| 85 | + igx-contrast-color: ('secondary', 200) |
86 | 86 | ), |
87 | 87 |
|
88 | 88 | selected-focus-item-background: ( |
89 | | - igx-color: ('secondary', 300) |
| 89 | + igx-color: ('secondary', 200), |
90 | 90 | ), |
91 | 91 |
|
92 | 92 | selected-focus-item-text-color: ( |
93 | | - igx-contrast-color: ('secondary', 300) |
| 93 | + igx-contrast-color: ('secondary', 200) |
94 | 94 | ), |
95 | 95 |
|
96 | 96 | disabled-item-background: transparent, |
|
0 commit comments