Commit d8565d7b authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '60249' into 'master'

Fix icon colors of related MRs widget

Closes gitlab-ce#60249

See merge request gitlab-org/gitlab-ee!10660
parents 1a9cbf09 78a583a4
......@@ -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,
......
......@@ -42,14 +42,6 @@
}
}
.issue-token-state-icon-open {
color: $green-500;
}
.issue-token-state-icon-closed {
color: $blue-500;
}
.issue-token-title {
overflow: hidden;
display: flex;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment