summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-13 18:21:14 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-13 18:21:14 -0700
commitafa13b2615b661806d10765535b4e742f421b685 (patch)
tree8793e11f931aae972de0ec152ba0a391eee19f99
parentc306e403fe3f74048488caac64b6c352e7ef5f3d (diff)
downloadgitlab-ce-context-nav-avatar-bg.tar.gz
Add white background to context header avatarcontext-nav-avatar-bg
-rw-r--r--app/assets/stylesheets/new_sidebar.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss
index 07b487cd090..82cabefa129 100644
--- a/app/assets/stylesheets/new_sidebar.scss
+++ b/app/assets/stylesheets/new_sidebar.scss
@@ -35,6 +35,7 @@ $new-sidebar-width: 220px;
.avatar-container {
flex: 0 0 40px;
+ background-color: $white-light;
}
&:hover {