Commit 615d444d authored by Jeremy Elder's avatar Jeremy Elder Committed by Nicolò Maria Mezzopera

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

parent 3d10455e
...@@ -119,11 +119,11 @@ ...@@ -119,11 +119,11 @@
.assignee { .assignee {
.merge-icon { .merge-icon {
color: $orange-500; color: $orange-400;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
right: 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