File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
projects/igniteui-angular/src/lib/core/styles/components/tabs Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 6363 flex : 0 0 auto ;
6464 z-index : 1 ;
6565
66- @if $bootstrap-theme {
67- position : relative ;
68- background : var-get ($theme , ' item-background' );
66+ @if $bootstrap-theme {
67+ position : relative ;
68+ background : var-get ($theme , ' item-background' );
6969
70- & ::after {
71- content : ' ' ;
72- position : absolute ;
73- bottom : 0 ;
74- inset-inline-start : 0 ;
75- width : 100% ;
76- height : rem (1px );
77- background : var-get ($theme , ' border-color' );
78- z-index : 0 ;
79- }
80- }
70+ & ::after {
71+ content : ' ' ;
72+ position : absolute ;
73+ bottom : 0 ;
74+ inset-inline-start : 0 ;
75+ width : 100% ;
76+ height : rem (1px );
77+ background : var-get ($theme , ' border-color' );
78+ z-index : 0 ;
79+ }
80+ }
8181 }
8282
8383 %tabs-header-content {
You can’t perform that action at this time.
0 commit comments