summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-17 07:36:37 +0000
committerPhil Hughes <me@iamphill.com>2017-07-17 07:36:37 +0000
commitbcd828491c1265206af3daa8aa793e2149badfad (patch)
tree6d095451996030fece9f907409a5ec1fe5774009
parent43a46ef1f30b44d12528efaddc8f9c9ced0b00e5 (diff)
parentafa13b2615b661806d10765535b4e742f421b685 (diff)
downloadgitlab-ce-bcd828491c1265206af3daa8aa793e2149badfad.tar.gz
Merge branch 'context-nav-avatar-bg' into 'master'
Add white background to context header avatar See merge request !12857
-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 {