Skip to content

Commit 01338c7

Browse files
authored
fix(tabs): in indigo theme use focus-within instead of :focus-visible (#15805)
1 parent 4b2f46e commit 01338c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/tabs/_tabs-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509

510510
@if $indigo-theme {
511511
&:hover,
512-
&:focus-visible {
512+
&:focus-within {
513513
background: var-get($theme, 'item-hover-background');
514514
}
515515
}

0 commit comments

Comments
 (0)