summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-06-06 00:37:04 +0000
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-06-06 00:37:04 +0000
commita037b959908764026e82268e17683a87885a8f8b (patch)
treefe4770be0f8fd31eaad1e5d67c50815f58a34172
parenta34666e655347f66fab578a134b568e997b7902e (diff)
parente4662b155ca03dc0e6d7329440dc1b07dd7b6889 (diff)
downloadgitlab-ce-a037b959908764026e82268e17683a87885a8f8b.tar.gz
Merge branch 'fix-mr-tabs' into 'master'
Fix MR tabs bottom border Closes #46764 See merge request gitlab-org/gitlab-ce!19446
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index d205d84b84f..48d26207fc7 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -224,6 +224,9 @@ table {
}
.nav-tabs {
+ // Override bootstrap's default border
+ border-bottom: 0;
+
.nav-link {
border-top: 0;
border-left: 0;