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 Dunstone Gray <annabel.dunstone@gmail.com>2017-04-28 01:20:23 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-05 22:44:09 +0300
commite67ce86f24528ec155f68ed5e663d7dd4df21784 (patch)
tree70e72ce656f916be10efbd296f247f8495ed5777
parent415ea2b585ea8444365440cad6a1ec715271d8f8 (diff)
Add animation to navbar border
-rw-r--r--app/assets/stylesheets/framework/header.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 4650997a9b7..f7309889265 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -23,6 +23,7 @@ header {
}
&.navbar-gitlab {
+ @include transition(border-color 150ms ease-in-out);
padding: 0 16px;
z-index: 100;
margin-bottom: 0;
@@ -39,11 +40,11 @@ header {
}
&.with-horizontal-nav {
- border-bottom: none;
+ border-color: transparent;
}
&.scroll {
- border-bottom: 1px solid $border-color;
+ border-color: $border-color;
}
.container-fluid {