We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84536a6 + 8687862 commit 4294595Copy full SHA for 4294595
projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark/_drop-down.scss
@@ -48,6 +48,14 @@ $_dark-bootstrap-drop-down: extend(
48
49
/// Generates a dark indigo drop-down schema.
50
/// @type {Map}
51
+/// @prop {Map} header-text-color [igx-contrast-color: 'surface'] - The drop-down header text color.
52
/// @requires {function} extend
53
/// @requires $_indigo-drop-down
-$_dark-indigo-drop-down: extend($_indigo-drop-down);
54
+$_dark-indigo-drop-down: extend(
55
+ $_indigo-drop-down,
56
+ (
57
+ header-text-color: (
58
+ igx-contrast-color: 'surface'
59
+ ),
60
+ )
61
+);
0 commit comments