summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-04-09 16:01:30 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-04-09 16:01:30 +0000
commit5e2d16e8d83546d5ccc18b6566ec1adacac448c7 (patch)
treef383303c47e1b40ef8f53dbd6eb74eba94b5d436
parent39cb1c069ffe76c506bd6fe2b7b6bb9ffe294032 (diff)
parent5fe0fe77968407d955f4ada31d94ae48878b6565 (diff)
downloadgitlab-ce-5e2d16e8d83546d5ccc18b6566ec1adacac448c7.tar.gz
Merge branch '60249' into 'master'
Fix SVG icon colors in Related MRs widget Closes #60249 See merge request gitlab-org/gitlab-ce!27151
-rw-r--r--app/assets/stylesheets/components/related_items_list.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/related_items_list.scss b/app/assets/stylesheets/components/related_items_list.scss
index 5a5601f2fa3..628dffc39f1 100644
--- a/app/assets/stylesheets/components/related_items_list.scss
+++ b/app/assets/stylesheets/components/related_items_list.scss
@@ -25,6 +25,18 @@ $item-weight-max-width: 48px;
flex-grow: 1;
}
+ .issue-token-state-icon-open {
+ color: $green-500;
+ }
+
+ .issue-token-state-icon-closed {
+ color: $blue-500;
+ }
+
+ .merge-request-status.closed {
+ color: $red-500;
+ }
+
.issue-token-state-icon-open,
.issue-token-state-icon-closed,
.confidential-icon,