Merge branch '60249' into 'master'
Fix SVG icon colors in Related MRs widget Closes #60249 See merge request gitlab-org/gitlab-ce!27151
This commit is contained in:
commit
5e2d16e8d8
1 changed files with 12 additions and 0 deletions
|
@ -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…
Reference in a new issue