From: Aleksander Ɓukasz Date: Thu, 6 Jun 2013 14:01:39 +0000 (+0200) Subject: Small visual fix in tabs view X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/b1836c20d64490bf23d3fb12e35dc755e174acd6 Small visual fix in tabs view This removes border around the tab button --- 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; },