Skip to content

Commit 4a10db2

Browse files
authored
Merge branch 'master' into sivanova/fix-16375
2 parents 46005cb + ee46aa8 commit 4a10db2

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

0 commit comments

Comments
 (0)