Skip to content

Commit 07b2742

Browse files
Merge branch '20.1.x' into mkirkova/fix-16262-20.1.x
2 parents 4e3ee14 + ad48c96 commit 07b2742

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
@@ -335,7 +335,7 @@
335335
%tabs-header-item--selected:focus {
336336
@if $bootstrap-theme {
337337
border: none;
338-
box-shadow: inset 0 0 0 rem(2px) var-get($theme, 'item-active-hover-color');
338+
box-shadow: inset 0 0 0 rem(2px) var-get($theme, 'item-hover-color');
339339
border-bottom-left-radius: rem(4px);
340340
border-bottom-right-radius: rem(4px);
341341
z-index: 1;

0 commit comments

Comments
 (0)