File tree 1 file changed +26
-1
lines changed
1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -318,6 +318,30 @@ ion-tabs {
318
318
transition : color .2s ease ;
319
319
}
320
320
}
321
+ & :not (.tabs-icon-left ):not (.tabs-icon-top ){
322
+ .tab-item {
323
+ & .tab-item-active ,
324
+ & .active ,
325
+ & .activated {
326
+ > .tab-title , > i {
327
+ display :block ;
328
+ margin-top : - $tabs-striped-border-width + 1px ;
329
+ }
330
+ }
331
+ }
332
+ }
333
+ & .tabs-icon-left {
334
+ .tab-item {
335
+ margin-top : 1px ;
336
+ & .tab-item-active ,
337
+ & .active ,
338
+ & .activated {
339
+ > .tab-title , > i {
340
+ margin-top : -0.1em ;
341
+ }
342
+ }
343
+ }
344
+ }
321
345
}
322
346
}
323
347
@@ -398,7 +422,7 @@ ion-tabs {
398
422
.tabs-icon-right > .tabs .tab-item {
399
423
font-size : $tabs-text-font-size-side-icon ;
400
424
401
- .icon {
425
+ .icon , .tab-title {
402
426
display : inline-block ;
403
427
vertical-align : top ;
404
428
margin-top : -.1em ;
@@ -494,3 +518,4 @@ ion-tabs {
494
518
cursor : default ;
495
519
pointer-events : none ;
496
520
}
521
+
You can’t perform that action at this time.
0 commit comments