Commit f264ec6e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'resolve-note-svg-color' into 'master'

Fixed discussion note resolve button SVG color

See merge request !8250
parents 20afb4c6 a548b708
......@@ -557,18 +557,14 @@ ul.notes {
&.is-active {
color: $gl-text-green;
svg path {
svg {
fill: $gl-text-green;
}
}
svg {
position: relative;
color: $gray-darkest;
path {
fill: $gray-darkest;
}
fill: $gray-darkest;
}
}
......
---
title: Fixed resolve discussion note button color
merge_request:
author:
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