From 5fe0fe77968407d955f4ada31d94ae48878b6565 Mon Sep 17 00:00:00 2001 From: Fatih Acet Date: Tue, 9 Apr 2019 01:44:00 +0200 Subject: Fix icon colors of related MRs widget --- app/assets/stylesheets/components/related_items_list.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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, -- cgit v1.2.3