Skip to content

Commit 5e4e122

Browse files
authored
fix(select): style component using sass theme (#16404)
1 parent cf93129 commit 5e4e122

File tree

1 file changed

+4
-0
lines changed
  • projects/igniteui-angular/src/lib/input-group/themes/shared

1 file changed

+4
-0
lines changed

projects/igniteui-angular/src/lib/input-group/themes/shared/indigo.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ $_theme: $indigo;
103103
&:hover {
104104
background: var-get($_theme, 'box-background-hover');
105105
border-block-end-color: var-get($_theme, 'hover-bottom-line-color');
106+
107+
.igx-input-group__toggle-button {
108+
color: var(--toggle-button-foreground-focus);
109+
}
106110
}
107111
}
108112

0 commit comments

Comments
 (0)