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