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 548e3b4 commit dd4d73bCopy full SHA for dd4d73b
projects/igniteui-angular/src/lib/core/styles/components/icon-button/_icon-button-theme.scss
@@ -243,7 +243,7 @@
243
}
244
245
246
- [igxIconButton='flat'].igx-button--focused {
+ %igx-icon-button--flat.igx-button--focused {
247
background: var-get($flat-theme, 'focus-background');
248
color: var-get($flat-theme, 'focus-foreground');
249
@@ -388,7 +388,7 @@
388
389
390
391
- [igxIconButton='outlined'].igx-button--focused {
+ %igx-icon-button--outlined.igx-button--focused {
392
background: var-get($outlined-theme, 'focus-background');
393
color: var-get($outlined-theme, 'focus-foreground');
394
0 commit comments