File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed
projects/igniteui-angular/src/lib/core/styles/components/tabs Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change 253
253
flex : 0 0 auto ;
254
254
background : var-get ($theme , ' item-background' );
255
255
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
+ }
256
271
}
257
272
258
273
%tabs-header-content {
264
279
%tabs-header-wrapper {
265
280
position : relative ;
266
281
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
- }
280
282
}
281
283
282
284
%tabs-header-scroll {
You can’t perform that action at this time.
0 commit comments