Skip to content

Commit dd4d73b

Browse files
didimmovagedinakovaChronosSFteodosiahSisIvanova
authored
feat(icon-button): fix focus styles not showing (#15738)
* fix(15674): ESF to show unique time values (#15715) Co-authored-by: Stamen Stoychev <[email protected]> Co-authored-by: Teodosia Hristodorova <[email protected]> * fix(input): fluent theme updates (#15725) * feat(icon-button): fix focus styles not showing --------- Co-authored-by: Galina Edinakova <[email protected]> Co-authored-by: Stamen Stoychev <[email protected]> Co-authored-by: Teodosia Hristodorova <[email protected]> Co-authored-by: Silvia Ivanova <[email protected]> Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 548e3b4 commit dd4d73b

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)