From f76aedb0f19326dc60c1df2b08899a02cec43115 Mon Sep 17 00:00:00 2001 From: mhartington Date: Mon, 30 Mar 2015 10:25:48 -0400 Subject: [PATCH] fix(ionTabs): fix icons and titles position Closes #3364 --- scss/_tabs.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/scss/_tabs.scss b/scss/_tabs.scss index a9cce3fb407..a99a9d96c4e 100644 --- a/scss/_tabs.scss +++ b/scss/_tabs.scss @@ -4,8 +4,6 @@ * A navigation bar with any number of tab items supported. */ -$tabs-margin-top: -0.1em; - .tabs { @include display-flex(); @include flex-direction(horizontal);