From 5c3b0c1f71d99592aa5a7fb94482e1e17329523c Mon Sep 17 00:00:00 2001 From: Annabel Gray Date: Tue, 5 Jun 2018 14:47:06 +0000 Subject: Resolve "Active tab for new project doesn't change properly" --- app/assets/stylesheets/bootstrap_migration.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/assets/stylesheets/bootstrap_migration.scss') diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index d5679177f8f..15c80a93707 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -183,7 +183,9 @@ table { .nav-tabs { .nav-link { - border: 0; + border-top: 0; + border-left: 0; + border-right: 0; } .nav-item { -- cgit v1.2.3