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.
2 parents 46005cb + ee46aa8 commit 4a10db2Copy full SHA for 4a10db2
projects/igniteui-angular/src/lib/core/styles/components/tabs/_tabs-theme.scss
@@ -338,7 +338,7 @@
338
%tabs-header-item--selected:focus {
339
@if $bootstrap-theme {
340
border: none;
341
- 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');
342
border-bottom-left-radius: rem(4px);
343
border-bottom-right-radius: rem(4px);
344
z-index: 1;
0 commit comments