Commit e39b3fe3 authored by Connor Shea's avatar Connor Shea

Set color of resolve icon with CSS.

parent d7d69b28
......@@ -442,8 +442,8 @@ ul.notes {
&.is-active {
color: $gl-text-green;
svg {
color: $gl-text-green;
svg path {
fill: $gl-text-green;
}
}
......@@ -451,6 +451,10 @@ ul.notes {
position: relative;
color: $notes-action-color;
vertical-align: top;
path {
fill: $notes-action-color;
}
}
}
......
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