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.
1 parent c92e20d commit 688d85dCopy full SHA for 688d85d
projects/igniteui-angular/src/lib/core/styles/themes/schemas/dark/_drop-down.scss
@@ -48,7 +48,15 @@ $_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 extend
53
/// @requires $_indigo-drop-down
54
-$_dark-indigo-drop-down: extend($_indigo-drop-down);
55
+$_dark-indigo-drop-down: extend(
56
+ $_indigo-drop-down,
57
+ (
58
+ header-text-color: (
59
+ igx-contrast-color: 'surface'
60
+ ),
61
+ )
62
+);
0 commit comments