summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/sidebar.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-17 13:08:44 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-17 13:16:50 -0500
commitb6c670cf9c1e86748aa0a97decdd5ed9014f4f97 (patch)
treea1f5cd69e76d9c4a8ef46fe840a0e4b8fcfa4502 /app/assets/stylesheets/framework/sidebar.scss
parent162ef4b07262fdc0ad75564225f311a67c11833b (diff)
downloadgitlab-ce-b6c670cf9c1e86748aa0a97decdd5ed9014f4f97.tar.gz
Style build container box; add check mark to active build18516-collapse-build-tabs
Diffstat (limited to 'app/assets/stylesheets/framework/sidebar.scss')
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index 3fa4a22258d..015fe3debf9 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -222,3 +222,7 @@ header.header-pinned-nav {
padding-right: $sidebar_collapsed_width;
}
}
+
+.right-sidebar {
+ border-left: 1px solid $border-color;
+}