Skip to content

Commit af43574

Browse files
authored
feat(icon-button): fix focus styles not showing (#15746)
1 parent f694c2f commit af43574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/components/icon-button/_icon-button-theme.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
}
245245
}
246246

247-
[igxIconButton='flat'].igx-button--focused {
247+
%igx-icon-button--flat.igx-button--focused {
248248
background: var-get($flat-theme, 'focus-background');
249249
color: var-get($flat-theme, 'focus-foreground');
250250

@@ -389,7 +389,7 @@
389389
}
390390
}
391391

392-
[igxIconButton='outlined'].igx-button--focused {
392+
%igx-icon-button--outlined.igx-button--focused {
393393
background: var-get($outlined-theme, 'focus-background');
394394
color: var-get($outlined-theme, 'focus-foreground');
395395

0 commit comments

Comments
 (0)