diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-07-13 18:21:14 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-07-13 18:21:14 -0700 |
commit | afa13b2615b661806d10765535b4e742f421b685 (patch) | |
tree | 8793e11f931aae972de0ec152ba0a391eee19f99 | |
parent | c306e403fe3f74048488caac64b6c352e7ef5f3d (diff) | |
download | gitlab-ce-afa13b2615b661806d10765535b4e742f421b685.tar.gz |
Add white background to context header avatarcontext-nav-avatar-bg
-rw-r--r-- | app/assets/stylesheets/new_sidebar.scss | 1 |
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 { |