Skip to content

Commit 8760c82

Browse files
committed
feat(icon-button): fix focus styles not showing
1 parent 01141c9 commit 8760c82

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
@@ -243,7 +243,7 @@
243243
}
244244
}
245245

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

@@ -388,7 +388,7 @@
388388
}
389389
}
390390

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

0 commit comments

Comments
 (0)