diff options
author | Enrique Alcantara <ealcantara@gitlab.com> | 2019-06-07 15:33:47 -0400 |
---|---|---|
committer | Enrique Alcantara <ealcantara@gitlab.com> | 2019-06-07 15:34:08 -0400 |
commit | 0ff974299906638ebac98faaee4b9507ad636e6f (patch) | |
tree | 23b68de3cc650d39ca19bc1c214d8dba4aaa6089 | |
parent | ea6147d6d1f626e30d8b84ed8e4c6b4f5961c9a3 (diff) | |
download | gitlab-ce-0ff974299906638ebac98faaee4b9507ad636e6f.tar.gz |
Nest category-icon inside .user-popoverealcantara-popover-styling
-rw-r--r-- | app/assets/stylesheets/components/popover.scss | 8 |
1 files 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 { |