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-24 17:52:53 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-12 17:27:05 +0300
commit5e9625bf1b0da3bc7a88cdd0d2b33a0813190c98 (patch)
treeb9900ff4c9f10c6c47dda8729b528ddd873486f2 /app/assets/stylesheets/framework/header.scss
parentcfea48832db7d716a1efc1499fbe5b50ece7ccac (diff)
Add nav border on scroll
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-rw-r--r--app/assets/stylesheets/framework/header.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index f70f8c51bd4..4650997a9b7 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -42,6 +42,10 @@ header {
border-bottom: none;
}
+ &.scroll {
+ border-bottom: 1px solid $border-color;
+ }
+
.container-fluid {
width: 100% !important;
filter: none;