Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2019-04-11 12:15:32 +0300
committerKushal Pandya <kushalspandya@gmail.com>2019-04-22 10:09:19 +0300
commit2d58213f09f8c20a75b7d3d04503f48947565103 (patch)
tree790e54dbf29eb0d579acc57f0ea82088794d434e /app/assets/stylesheets/components
parentd8d57f23b26df6c0d07fc7911edee16a70a775f0 (diff)
Show category icons in user popover
Show bio, organization and location icons within user popover.
Diffstat (limited to 'app/assets/stylesheets/components')
-rw-r--r--app/assets/stylesheets/components/popover.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/popover.scss b/app/assets/stylesheets/components/popover.scss
index 7d46b262a69..838bf5d343b 100644
--- a/app/assets/stylesheets/components/popover.scss
+++ b/app/assets/stylesheets/components/popover.scss
@@ -5,6 +5,10 @@
padding: $gl-padding-8;
font-size: $gl-font-size-small;
line-height: $gl-line-height;
+
+ .category-icon {
+ color: $gray-600;
+ }
}
}