From bf1c1bc97151e3c25345b5ba9024015ef9865879 Mon Sep 17 00:00:00 2001 From: Perry Govier Date: Tue, 29 Jul 2014 14:06:17 -0500 Subject: [PATCH] fix(tabs): remove important flag from `.tabs{border-bottom:none;} Fixes: 1652 --- scss/_tabs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_tabs.scss b/scss/_tabs.scss index b340d8541b..e7765d8fd2 100644 --- a/scss/_tabs.scss +++ b/scss/_tabs.scss @@ -34,7 +34,7 @@ (min-resolution: 1.5dppx) { padding-top: 2px; border-top: none !important; - border-bottom: none !important; + border-bottom: none; background-position: top; background-size: 100% 1px; background-repeat: no-repeat;