From 4463bffb23f28657407cc56e4a8c7305850d78db Mon Sep 17 00:00:00 2001 From: mhartington Date: Mon, 30 Mar 2015 10:20:45 -0400 Subject: [PATCH] fix(): fix _tabs.scss --- scss/_tabs.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scss/_tabs.scss b/scss/_tabs.scss index 1a055d064ab..a9cce3fb407 100644 --- a/scss/_tabs.scss +++ b/scss/_tabs.scss @@ -4,6 +4,8 @@ * A navigation bar with any number of tab items supported. */ +$tabs-margin-top: -0.1em; + .tabs { @include display-flex(); @include flex-direction(horizontal); @@ -323,7 +325,7 @@ ion-tabs { &.tab-item-active, &.active, &.activated { - > .tab-title, > i{ + .tab-title, i{ display:block; margin-top: -$tabs-striped-border-width + 1px; } @@ -336,7 +338,7 @@ ion-tabs { &.tab-item-active, &.active, &.activated { - > .tab-title, > i { + .tab-title, i { margin-top: -0.1em; } }