Skip to content

Commit 5f32dfe

Browse files
committed
chore(drop-down): resolve theme lint errors
1 parent 02942f1 commit 5f32dfe

File tree

1 file changed

+69
-69
lines changed
  • projects/igniteui-angular/src/lib/core/styles/themes/schemas/light

1 file changed

+69
-69
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_drop-down.scss

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -31,74 +31,74 @@ $_light-drop-down: extend(
3131
$_default-shape-drop-down,
3232
$_default-elevation-drop-down,
3333
(
34-
background-color: (
35-
igx-color: 'surface'
36-
),
37-
38-
header-text-color: (
39-
igx-color: ('secondary', 500)
40-
),
41-
42-
item-text-color: (
43-
igx-color: 'surface',
44-
text-contrast: (),
45-
rgba: .74
46-
),
47-
48-
hover-item-text-color: (
49-
igx-color: 'surface',
50-
text-contrast: (),
51-
rgba: .74
52-
),
53-
54-
hover-item-background: (
55-
igx-color: 'surface',
56-
text-contrast: (),
57-
rgba: .04
58-
),
59-
60-
focused-item-background: (
61-
igx-color: 'surface',
62-
text-contrast: (),
63-
rgba: .04
64-
),
65-
66-
focused-item-text-color: (
67-
igx-color: 'surface',
68-
text-contrast: (),
69-
rgba: .74
70-
),
71-
72-
selected-item-background: (
73-
igx-color: ('secondary', 100),
74-
),
75-
76-
selected-item-text-color: (
77-
igx-contrast-color: ('secondary', 100)
78-
),
79-
80-
selected-hover-item-background: (
81-
igx-color: ('secondary', 200),
82-
),
83-
84-
selected-hover-item-text-color: (
85-
igx-contrast-color: ('secondary', 200)
86-
),
87-
88-
selected-focus-item-background: (
89-
igx-color: ('secondary', 200),
90-
),
91-
92-
selected-focus-item-text-color: (
93-
igx-contrast-color: ('secondary', 200)
94-
),
95-
96-
disabled-item-background: transparent,
97-
98-
disabled-item-text-color: (
99-
igx-color: 'surface',
100-
text-contrast: (),
101-
rgba: .38
102-
),
34+
background-color: (
35+
igx-color: 'surface'
36+
),
37+
38+
header-text-color: (
39+
igx-color: ('secondary', 500)
40+
),
41+
42+
item-text-color: (
43+
igx-color: 'surface',
44+
text-contrast: (),
45+
rgba: .74
46+
),
47+
48+
hover-item-text-color: (
49+
igx-color: 'surface',
50+
text-contrast: (),
51+
rgba: .74
52+
),
53+
54+
hover-item-background: (
55+
igx-color: 'surface',
56+
text-contrast: (),
57+
rgba: .04
58+
),
59+
60+
focused-item-background: (
61+
igx-color: 'surface',
62+
text-contrast: (),
63+
rgba: .04
64+
),
65+
66+
focused-item-text-color: (
67+
igx-color: 'surface',
68+
text-contrast: (),
69+
rgba: .74
70+
),
71+
72+
selected-item-background: (
73+
igx-color: ('secondary', 100),
74+
),
75+
76+
selected-item-text-color: (
77+
igx-contrast-color: ('secondary', 100)
78+
),
79+
80+
selected-hover-item-background: (
81+
igx-color: ('secondary', 200),
82+
),
83+
84+
selected-hover-item-text-color: (
85+
igx-contrast-color: ('secondary', 200)
86+
),
87+
88+
selected-focus-item-background: (
89+
igx-color: ('secondary', 200),
90+
),
91+
92+
selected-focus-item-text-color: (
93+
igx-contrast-color: ('secondary', 200)
94+
),
95+
96+
disabled-item-background: transparent,
97+
98+
disabled-item-text-color: (
99+
igx-color: 'surface',
100+
text-contrast: (),
101+
rgba: .38
102+
),
103103
)
104104
);

0 commit comments

Comments
 (0)