summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-04 16:28:42 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-04 16:28:42 -0700
commita7d3a86e9452651f3215fc547ffc72eed7b21058 (patch)
tree39be59aa03667c04d4786acc899e06bc887290f1
parent5e9ddbcff3bd5e624e207c95e7dc6a7eceab845c (diff)
downloadgitlab-ce-47146-new-project-active-tab.tar.gz
Remove borders from sides and top of tabs47146-new-project-active-tab
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss4
-rw-r--r--app/assets/stylesheets/framework/animations.scss2
2 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index e24f8b1d4e8..753df1a0faa 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -168,7 +168,9 @@ table {
.nav-tabs {
.nav-link {
- border: 0;
+ border-top: 0;
+ border-left: 0;
+ border-right: 0;
}
.nav-item {
diff --git a/app/assets/stylesheets/framework/animations.scss b/app/assets/stylesheets/framework/animations.scss
index 2242000e12f..14cd32da9eb 100644
--- a/app/assets/stylesheets/framework/animations.scss
+++ b/app/assets/stylesheets/framework/animations.scss
@@ -132,7 +132,7 @@
}
a {
- @include transition(background-color, color);
+ @include transition(background-color, color, border);
}
.stage-nav-item {