From f02b6eae9a24ea06120f1666807fa28c59dc3e45 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Fri, 1 Jul 2016 20:11:41 -0500 Subject: [PATCH] style(tab): fix scss lint errors --- src/components/tabs/tabs.ios.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/tabs/tabs.ios.scss b/src/components/tabs/tabs.ios.scss index 181bcd1fd9..2c05653308 100644 --- a/src/components/tabs/tabs.ios.scss +++ b/src/components/tabs/tabs.ios.scss @@ -16,9 +16,10 @@ $tab-button-ios-inactive-color: $toolbar-ios-inactive-color !default; ion-tabbar { + justify-content: center; + border-top: 1px solid $toolbar-ios-border-color; background: $tabbar-ios-background; - justify-content: center; } ion-tabs[tabbarPlacement=top] ion-tabbar {