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

Fixed discussion note resolve button SVG color

See merge request !8250
This commit is contained in:
Annabel Dunstone Gray 2016-12-27 15:30:42 +00:00
commit f264ec6ee7
2 changed files with 6 additions and 6 deletions

View File

@ -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;
}
}

View File

@ -0,0 +1,4 @@
---
title: Fixed resolve discussion note button color
merge_request:
author: