From 0ff974299906638ebac98faaee4b9507ad636e6f Mon Sep 17 00:00:00 2001 From: Enrique Alcantara Date: Fri, 7 Jun 2019 15:33:47 -0400 Subject: [PATCH] Nest category-icon inside .user-popover --- app/assets/stylesheets/components/popover.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/components/popover.scss b/app/assets/stylesheets/components/popover.scss index cd46765ead2..58aaca93160 100644 --- a/app/assets/stylesheets/components/popover.scss +++ b/app/assets/stylesheets/components/popover.scss @@ -4,10 +4,6 @@ box-shadow: 0 2px 3px 1px $gray-200; font-size: $gl-font-size-small; - .category-icon { - color: $gray-600; - } - /** * Blue popover variation */ @@ -129,6 +125,10 @@ .user-popover { padding: $gl-padding-8; line-height: $gl-line-height; + + .category-icon { + color: $gray-600; + } } .onboarding-welcome-page {