summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/nav.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-22 21:26:41 -0500
committerJacob Schatz <jschatz1@gmail.com>2016-06-23 17:45:22 -0400
commit12aca07723c62b3ef79c774ae43ffa2c5b1f5ab1 (patch)
treef7bf3477f21d9d9b4f403df17f095106284bf366 /app/assets/stylesheets/framework/nav.scss
parentee8b0d37fa086e2a467c383b01e7138587151570 (diff)
downloadgitlab-ce-12aca07723c62b3ef79c774ae43ffa2c5b1f5ab1.tar.gz
Fix positioning of Repository sub nav scrolling
Diffstat (limited to 'app/assets/stylesheets/framework/nav.scss')
-rw-r--r--app/assets/stylesheets/framework/nav.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index 5578cd6b8e1..6211bc04597 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -368,6 +368,25 @@
left: -7px;
}
}
+
+ &.sub-nav-scroll {
+
+ .fade-right {
+ right: 0;
+
+ .fa {
+ right: -23px;
+ }
+ }
+
+ .fade-left {
+ left: 0;
+
+ .fa {
+ left: 10px;
+ }
+ }
+ }
}
.nav-block {