Skip to content
Snippets Groups Projects
Commit 06fbeef7 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray Committed by GitLab Release Tools Bot
Browse files

Merge branch '60249' into 'master'

Fix SVG icon colors in Related MRs widget

Closes #60249

See merge request gitlab-org/gitlab-ce!27151

(cherry picked from commit 5e2d16e8)

5fe0fe77 Fix icon colors of related MRs widget
parent e85aadf6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment