Skip to content

Commit fe733f6

Browse files
committed
Merge remote-tracking branch 'origin/master' into copilot/support-multiple-entry-points
2 parents e15c920 + ee46aa8 commit fe733f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/core/src/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)