diff options
author | Phil Hughes <me@iamphill.com> | 2017-07-17 07:36:37 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-07-17 07:36:37 +0000 |
commit | bcd828491c1265206af3daa8aa793e2149badfad (patch) | |
tree | 6d095451996030fece9f907409a5ec1fe5774009 | |
parent | 43a46ef1f30b44d12528efaddc8f9c9ced0b00e5 (diff) | |
parent | afa13b2615b661806d10765535b4e742f421b685 (diff) | |
download | gitlab-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.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 { |