summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2019-04-24 19:55:14 +0000
committerTim Zallmann <tzallmann@gitlab.com>2019-04-24 19:55:14 +0000
commit0edd8a6e937e840c614bc436c3689a6c5a6edcb9 (patch)
tree03152703d3636eaa596da09c77139cfcd7a7fe24 /app/assets/stylesheets/components
parentfed474f591158935b20d181fd527a0ae9bdbde05 (diff)
parent68afb3eda75aaf67012853d5ad0103ea83df6384 (diff)
downloadgitlab-ce-0edd8a6e937e840c614bc436c3689a6c5a6edcb9.tar.gz
Merge branch '60387-use-icons-in-user-popovers' into 'master'
Show category icons in user popover Closes #60387 See merge request gitlab-org/gitlab-ce!27254
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;
+ }
}
}