Skip to content

Commit 765411d

Browse files
committed
refactor(query-builder): use the correct text color variable and reset the hover fro indigo border
1 parent bf19a24 commit 765411d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/components/query-builder/_query-builder-theme.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,14 +497,18 @@
497497
.igx-chip__item {
498498
box-shadow: var(--ghost-shadow);
499499
background: var(--ghost-background);
500-
color: var(--focus-selected-text-color);
500+
color: var(--focus-text-color);
501501
}
502502

503503
.igx-chip:hover {
504504
.igx-chip__item {
505505
box-shadow: var(--ghost-shadow);
506506
background: var(--ghost-background);
507-
color: var(--focus-selected-text-color);
507+
color: var(--focus-text-color);
508+
509+
@if $variant == 'indigo' {
510+
border-color: var(--border-color);
511+
}
508512
}
509513
}
510514
}

0 commit comments

Comments
 (0)