Skip to content

Commit 3e8926d

Browse files
authored
Merge branch '19.2.x' into rivanova/fix-14518-19.2.x
2 parents a20faee + f3d87fc commit 3e8926d

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

projects/igniteui-angular/src/lib/core/styles/components/tabs/_tabs-theme.scss

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,21 @@
253253
flex: 0 0 auto;
254254
background: var-get($theme, 'item-background');
255255
z-index: 1;
256+
257+
@if $bootstrap-theme {
258+
position: relative;
259+
260+
&::after {
261+
content: '';
262+
position: absolute;
263+
bottom: 0;
264+
inset-inline-start: 0;
265+
width: 100%;
266+
height: rem(1px);
267+
background: var-get($theme, 'border-color');
268+
z-index: 0;
269+
}
270+
}
256271
}
257272

258273
%tabs-header-content {
@@ -264,19 +279,6 @@
264279
%tabs-header-wrapper {
265280
position: relative;
266281
flex-grow: 1;
267-
268-
@if $bootstrap-theme {
269-
&::after {
270-
content: '';
271-
position: absolute;
272-
bottom: 0;
273-
inset-inline-start: 0;
274-
width: 100%;
275-
height: rem(1px);
276-
background: var-get($theme, 'border-color');
277-
z-index: 0;
278-
}
279-
}
280282
}
281283

282284
%tabs-header-scroll {
@@ -509,7 +511,7 @@
509511

510512
@if $indigo-theme {
511513
&:hover,
512-
&:focus-visible {
514+
&:focus-within {
513515
background: var-get($theme, 'item-hover-background');
514516
}
515517
}

0 commit comments

Comments
 (0)