Skip to content

Commit 4463bff

Browse files
committed
fix(): fix _tabs.scss
1 parent d9b3b80 commit 4463bff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scss/_tabs.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* A navigation bar with any number of tab items supported.
55
*/
66

7+
$tabs-margin-top: -0.1em;
8+
79
.tabs {
810
@include display-flex();
911
@include flex-direction(horizontal);
@@ -323,7 +325,7 @@ ion-tabs {
323325
&.tab-item-active,
324326
&.active,
325327
&.activated {
326-
> .tab-title, > i{
328+
.tab-title, i{
327329
display:block;
328330
margin-top: -$tabs-striped-border-width + 1px;
329331
}
@@ -336,7 +338,7 @@ ion-tabs {
336338
&.tab-item-active,
337339
&.active,
338340
&.activated {
339-
> .tab-title, > i {
341+
.tab-title, i {
340342
margin-top: -0.1em;
341343
}
342344
}

0 commit comments

Comments
 (0)