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 b74f998 commit ad48c96Copy full SHA for ad48c96
projects/igniteui-angular/src/lib/core/styles/components/tabs/_tabs-theme.scss
@@ -335,7 +335,7 @@
335
%tabs-header-item--selected:focus {
336
@if $bootstrap-theme {
337
border: none;
338
- box-shadow: inset 0 0 0 rem(2px) var-get($theme, 'item-active-hover-color');
+ box-shadow: inset 0 0 0 rem(2px) var-get($theme, 'item-hover-color');
339
border-bottom-left-radius: rem(4px);
340
border-bottom-right-radius: rem(4px);
341
z-index: 1;
0 commit comments