Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-06-05 17:47:06 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-06-05 17:47:06 +0300
commit5c3b0c1f71d99592aa5a7fb94482e1e17329523c (patch)
tree5ddc189df3d7d1922cc53583e76add307f5568c0 /app/assets/stylesheets/bootstrap_migration.scss
parente04b38ed9d5f0564c34b0f599b530b16a36a8147 (diff)
Resolve "Active tab for new project doesn't change properly"
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss4
1 files changed, 3 insertions, 1 deletions
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 {