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 cf93129 commit 5e4e122Copy full SHA for 5e4e122
projects/igniteui-angular/src/lib/input-group/themes/shared/indigo.scss
@@ -103,6 +103,10 @@ $_theme: $indigo;
103
&:hover {
104
background: var-get($_theme, 'box-background-hover');
105
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
+ }
110
}
111
112
0 commit comments