Skip to content

Commit 805d2ce

Browse files
committed
fix(highlight): theme colors don't apply
1 parent 8433d02 commit 805d2ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/highlight/highlight-theme.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
$active-color: null,
3131
) {
3232
$name: 'igx-highlight';
33+
$selector: '.igx-highlight';
3334
$highlight-schema: ();
3435

3536
@if map-has-key($schema, $name) {
@@ -50,6 +51,7 @@
5051

5152
@return extend($theme, (
5253
name: $name,
54+
selector: $selector,
5355
palette: $palette,
5456
resting-background: $resting-background,
5557
resting-color: $resting-color,

0 commit comments

Comments
 (0)