From afa13b2615b661806d10765535b4e742f421b685 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 13 Jul 2017 18:21:14 -0700 Subject: Add white background to context header avatar --- app/assets/stylesheets/new_sidebar.scss | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.1