File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed
projects/igniteui-angular/src/lib/core/styles/components/tabs Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change 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 {
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 {
509511
510512 @if $indigo-theme {
511513 & :hover ,
512- & :focus-visible {
514+ & :focus-within {
513515 background : var-get ($theme , ' item-hover-background' );
514516 }
515517 }
You can’t perform that action at this time.
0 commit comments