Commit a2053165 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch '247132-update-cannot-merge-icon-color-on-avatars' into 'master'

Resolve "Update “cannot merge” icon color on avatars"

Closes #247132

See merge request gitlab-org/gitlab!41909
parents 823c2e14 615d444d
......@@ -119,11 +119,11 @@
.assignee {
.merge-icon {
color: $orange-500;
color: $orange-400;
position: absolute;
bottom: 0;
right: 0;
text-shadow: -1px -1px 0 $white, 1px -1px 0 $white, -1px 1px 0 $white, 1px 1px 0 $white;
text-shadow: -1px -1px 2px $white, 1px -1px 2px $white, -1px 1px 2px $white, 1px 1px 2px $white;
}
}
......
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