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