Skip to content

Commit e5867ac

Browse files
committed
chore(tabs): formatting
1 parent bdd6bb1 commit e5867ac

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@
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 {

0 commit comments

Comments
 (0)