From b1836c20d64490bf23d3fb12e35dc755e174acd6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Thu, 6 Jun 2013 16:01:39 +0200 Subject: [PATCH] Small visual fix in tabs view This removes border around the tab button --- views/tabs/tabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/tabs/tabs.js b/views/tabs/tabs.js index c4d7697..52c8160 100644 --- a/views/tabs/tabs.js +++ b/views/tabs/tabs.js @@ -29,7 +29,7 @@ define([ } if(this.options.stacked) { - this.nodes.tabBar.addClass('nav-stacked nav-pills'); + this.nodes.tabBar.addClass('nav-stacked nav-pills').removeClass('nav-tabs'); } return this; }, -- 2.20.1